- {{ $blog->get_date() }}
- {{ __('Tags') }} @foreach($blog->array_tags as $index => $tag) {{ $tag }} @if($index !== (count($blog->array_tags)-1)) , @endif @endforeach
- {{ __('Home') }}
- {{ __('Blogs') }} @if($request->input('category'))
- {{ $request->input('category') }} @endif
@endif @endforeach