@php use App\Libraries\FileSystem; use App\Models\Admin\PageCustomField; use App\Models\Admin\Settings; $footerContent = PageCustomField::getByIdAll(13); $menu = isset($footerContent['footer_menu']) && $footerContent['footer_menu'] ? json_decode($footerContent['footer_menu']) : []; $supportLink = isset($footerContent['support_link']) && $footerContent['support_link'] ? json_decode($footerContent['support_link']) : [] ; @endphp