@php $lang = selectedLang(); $footer_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::FOOTER_SECTION); $footer = App\Models\Admin\SiteSections::getData( $footer_slug)->first(); $contact_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::CONTACT_SECTION); $contact = App\Models\Admin\SiteSections::getData( $contact_slug)->first(); $app_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::APP_SECTION); $appInfo = App\Models\Admin\SiteSections::getData( $app_slug)->first(); $type = Illuminate\Support\Str::slug(App\Constants\GlobalConst::USEFUL_LINKS); $policies = App\Models\Admin\SetupPage::orderBy('id')->where('type', $type)->where('status',1)->get(); $system_default = $default_language_code; @endphp