{{ $post->post_title }}
- {{ __('Laramagz::magz.posted_on') }} {{ $post->created_at->locale(LaravelLocalization::getCurrentLocale())->isoFormat('LL') }} @if($post->categories->first() AND $post->categories->first()->name)
- {{ $termHelper->resolveLabel($post, $post->terms()->category()->first()->slug)}} @endif
- {{ __('Laramagz::magz.by') }} {{ $post->user->name }}
- {{ $post->post_hits }} {{ __('Laramagz::magz.views') }}
@endif @else @php $postSource = json_decode($post->post_source); $postImageMeta = $postHelper->isImageUrlAvailable($post); if ($postImageMeta) { $poster = json_decode($post->post_image_meta)->image_url; } else { $poster = ($post->post_image) ? asset('storage/images/'.$post->post_image) : asset('img/cover-video.webp'); } @endphp @if($post->post_type == "video_embed" OR $post->post_type == "audio_embed") @if($post->post_type == "video_embed")
@endif
@else