@if($post->categories->first() AND $post->categories->first()->name)
@endif
{{ $post->created_at->locale(LaravelLocalization::getCurrentLocale())->isoFormat('LL') }}
{{ $post->post_hits }} {{ __('Laramagz::magz.views') }} {{ $post->like }} {{ __('Laramagz::magz.likes') }}
{{ $post->post_title }}
{!! \Str::limit(strip_tags($post->post_content), 150) !!}