@php $settingData = get_post_setting_data($dynamic, isset($category) ? $category : null); $postSettings = $settingData['postSettings']; $__title = $postSettings['title']??null; $__sub_title = $postSettings['sub_title']??null; $__description = $postSettings['description']??null; $postOptions = $postSettings->makeByPrefix('detail_'); // $description = isset($categgory) && $category && $category->description ? $category->description : $dynamic->description; @endphp @extends($_layout . 'home') @include($_lib . 'register-meta') @section('content') @include($_template . 'navbg')
@if ($__sub_title) {{$__sub_title}} @endif

{{$__title}}

@if ($__description)

{{$__description}}

@endif
Không có bài viết nào!
Images
Images
Images
Images
@endsection