@php [ $name, $email, $phone, $whatsapp, $google_map_url, $addresss, $facebook, $instagram, $twitter, $youtube, $tiktok, $snapchat, ] = getGeneralSettings(); $lang = app()->getLocale(); $name = 'name_' . $lang; $details = 'details_' . $lang; $type = 'type_' . $lang; $title = 'title_' . $lang; $img_alt = 'img_alt_' . $lang; $slug = 'slug_' . app()->getLocale(); // $slug = 'slug_en'; // dd($slug); $settings = \App\Models\Setting::first(); @endphp