@use('App\Models\Page') @use('App\Models\LandingPage') @php $locale = Session::get('front-locale', getDefaultLangLocale()); $landingPage = LandingPage::first()?->toArray($locale) ?? []; $content = $landingPage['content'] ?? []; @endphp @if (@$content['footer']['status'] == 1) @endif