@php $headerSection = Modules\FrontendSetting\Models\FrontendSetting::where('key', 'heder-menu-setting')->first(); $sectionData = $headerSection ? json_decode($headerSection->value, true) : null; @endphp