@extends('layouts.frontend') @section('title', $post->title . ' - ' . ($settings['site_name'] ?? 'সাংসদ পোর্টাল')) @section('content')
{{ $post->category_label }} {{ $post->published_at->format('d F, Y') }}

{{ $post->title }}

@if ($post->author->photo) {{ $post->author->name }} @else
@endif

{{ $post->author->name }}

@if ($post->author->designation)

{{ $post->author->designation }}

@endif
@if ($post->featured_image)
{{ $post->title }}
@endif
{{ $post->views_count }} বার পড়া হয়েছে {{ $post->reading_time }} মিনিট পড়ার সময়
@if ($post->excerpt)

{{ $post->excerpt }}

@endif
{!! $post->content !!}
@if ($post->author->bio)

লেখক সম্পর্কে

@if ($post->author->photo) {{ $post->author->name }} @else
@endif

{{ $post->author->name }}

@if ($post->author->designation)

{{ $post->author->designation }}

@endif

{{ $post->author->bio }}

@endif @if ($relatedPosts->count() > 0)

সম্পর্কিত পোস্ট

@endif
@push('styles') @endpush @endsection