@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')
{{$__description}}
@endif