@php Theme::layout('blog-sidebar') @endphp
{{ $post->created_at->translatedFormat('M d, Y') }} @if ($post->author) / {{ __('By') }} {{ $post->author->name }} @endif / {{ __('in') }} @foreach($post->categories as $category) {!! BaseHelper::clean($category->name) !!} @endforeach
{{ __('Tags') }}: @foreach ($post->tags as $tag) {{ $tag->name }} @endforeach
@endif{{ $post->created_at->translatedFormat('M d, Y') }} @if ($post->author) {{ __('by') }} {{ $post->author->name }} @endif