@extends('frontend.app') @section('cssFiles') @endsection @section('content')

{{$blog->title}}

thumb
{{date('d.m.Y H:i',strtotime($blog->created_at))}}
{{$category->title}}

{{$blog->title}}

{!! $blog->content !!}

Kategoriler
@if(count($categories) > 0) @foreach($categories as $item) {{$item->title}} @endforeach @endif
@endsection