@extends( getThemePath() . '.layout.master') @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

Blog

@foreach( $blogs as $blog )

{{ $blog->title }}

By {{ $blog->author() }} - In {{ getBlogCategories($blog->categories()) }} - Published {{ Carbon\Carbon::parse($blog->created_at)->format('d M Y') }}

{{ $blog->short_description }}

@endforeach
@widget('recentPosts')
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection