@php
/**/ [
$name,
$email,
$phone,
$whatsapp,
$google_map_url,
$addresss,
$facebook,
$instagram,
$twitter,
$youtube,
$tiktok,
$snapchat,
] = getGeneralSettings();
@endphp
@php
$lang = app()->getLocale();
$name = 'name_' . $lang;
$details = 'details_' . $lang;
$type = 'type_' . $lang;
$title = 'title_' . $lang;
$img_alt = 'img_alt_' . $lang;
$slug = 'slug_' . app()->getLocale();
// dd($slug);
$settings = \App\Models\Setting::first();
@endphp
{{ app()->getLocale() == 'ar' ? 'تواصل معنا' : ' Get in touch' }}
{{ app()->getLocale() == 'ar' ? 'نضمن لك إقامة مريحة وخدمة مميزة طوال فترة إقامتك.' : 'We ensure you a comfortable stay with exceptional service' }}