@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
{{ app()->getLocale() == 'ar' ? 'تواصل معنا' : ' Get In Touch' }}

{{ __('Contact Us') }}

{{ app()->getLocale() == 'ar' ? 'لا تتردد في الكتابة إلينا' : 'Feel free to write Us' }}

@csrf
@stop @section('scripts') @stop