- {{ $details->author }}
- {{ Carbon\Carbon::parse($details->created_at)->format('d M Y') }}
- {{ $details->categoryName }}
@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @php $title = strlen($details->title) > 40 ? mb_substr($details->title, 0, 40, 'UTF-8') . '...' : $details->title; @endphp @section('pageHeading') @if (!empty($title)) {{ $title ? $title : $pageHeading->blog_page_title }} @endif @endsection @section('metaKeywords') {{ $details->meta_keywords }} @endsection @section('metaDescription') {{ $details->meta_description }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => $details->title ? $details->title : __('Post'), 'subtitle' => __('Post Details'), ])
{{ __('Comments') }}
@endif