{{ $tag->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 }}> @if ($post->categories->first()) {{ $post->categories->first()->name }} @endif

{{ $post->description }}

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

{{ __('There is no data to display!') }}

@endif