@use('App\Models\Language') @use('App\Models\LandingPage') @php $locale = Session::get('front-locale', getDefaultLangLocale()); $landingPage = LandingPage::first()?->toArray($locale) ?? []; $content = $landingPage['content'] ?? []; $flag = Language::where('locale', Session::get('front-locale', getDefaultLangLocale()))->pluck('flag')->first(); @endphp @if (@$content['header']['status'] == 1)
{{ @$content['header']['btn_text'] }}
@endif