{!! Theme::partial('breadcrumb') !!}

{{ $post->name }}

@foreach ($post->categories as $category) {{ $category->name }} @endforeach
{{ $post->created_at->translatedFormat('M d, Y') }} {{ __(':number mins read', ['number' => number_format(strlen(strip_tags($post->content)) / 300)]) }}

{{ $post->description }}

{!! BaseHelper::clean($post->content) !!}
@foreach ($post->tags as $tag) #{{ $tag->name }} @endforeach
{{ __('Share') }}