{{ $category->name }}

{!! Theme::breadcrumb()->render() !!}
@if ($posts->isNotEmpty()) @foreach ($posts as $post)
{{ $post->name }}

{{ $post->name }}

{{ $post->created_at->format('M d, Y') }}{{ $post->author->name }} - {{ $category->name }}

{{ $post->description }}

@endforeach
{!! $posts->links() !!}
@else

{{ trans('plugins/blog::base.no_data_to_display') }}

@endif