@php $footerSetting = \Modules\FooterSetting\app\Models\FooterSetting::first(); $footer_menu_one = Cache::rememberForever('footer_menu_one', function () { return menuGetBySlug('footer-col-one'); }); $footer_menu_two = Cache::rememberForever('footer_menu_two', function () { return menuGetBySlug('footer-col-two-1PiTN'); }); $footer_menu_three = Cache::rememberForever('footer_menu_three', function () { return menuGetBySlug('footer-col-three'); }); @endphp