@extends('layouts.site') @section('content') @php /**/ [ $name, $email, $phone, $whatsapp, $google_map_url, $addresss, $facebook, $instagram, $twitter, $youtube, $tiktok, ] = getGeneralSettings(); $lang = app()->getLocale(); $name = 'name_' . $lang; @endphp {{ __('Contact Us') }} {{ __('Home') }} {{ __('Contact Us') }} {{ app()->getLocale() == 'ar' ? 'تواصل معنا' : ' Get In Touch' }} {{ __('Contact Us') }} {{ __('phone') }} {{ $phone }} {{ app()->getLocale() == 'ar' ? 'العنوان' : 'address' }} {{ $addresss }} {{ __('Email') }} {{ $email }} {{ app()->getLocale() == 'ar' ? 'لا تتردد في الكتابة إلينا' : 'Feel free to write Us' }} @csrf {{ __('Send') }} @stop @section('scripts') @stop
{{ __('phone') }}
{{ app()->getLocale() == 'ar' ? 'العنوان' : 'address' }}
{{ __('Email') }}