@extends('front.layouts.app') @section('css') @endsection @section('content')
{{__('front.contact-Information')}}

{{__('front.contact-description')}}

{{getSettingValue('address_'.app()->getLocale())}}
{{__('front.contact-Call Us')}}
{{getSettingValue('phone')}}
{{__('front.contact-Send Us An Email')}}
{{getSettingValue('email')}}
@if(getSettingValue('phone_main') != '')
{{getSettingValue("branch_".app()->getLocale())}}
@if(getSettingValue('phone_main') != '')
{{__('front.contact-Call Us')}}
{{getSettingValue('phone_main')}}
@endif @if(getSettingValue('phone') != '')
{{__('front.contact-Call Us')}}
{{getSettingValue('phone')}}
@endif @if(getSettingValue('email_main') != '')
{{__('front.contact-Send Us An Email')}}
{{getSettingValue('email_main')}}
@endif @if(getSettingValue('email') != '')
{{__('front.contact-Send Us An Email')}}
{{getSettingValue('email')}}
@endif
@endif
@csrf
{{__('front.contact-Get In Touch')}}
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror @if(app()->getLocale() == 'ar') يرجي ادخال رقم هاتف صحيح @else Invalid phone number @endif
@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@endsection @section('js') @endsection