@php $redirectPath = lang_url(config('path.frontend.blog_listing_slug')); @endphp
{!! getMediaImg($post->media, '1440x1325', htmlspecialchars($post->title)) !!} @if ($post->image_caption)
{{ $post->image_caption }}
@endif
{{ format_date($post->date) }} @if ($post->reading_info) {{ $post->reading_info }} @endif

@title($post->title)

@foreach($post->categories as $category) {{ $category->title }} @endforeach
@foreach($post->authors as $author)
{!! getMediaImg($author->media, '200x200', htmlspecialchars($author->title)) !!}
{{ $author->title }} @if ($author->position_company) {{ $author->position_company }} @endif
@endforeach