@extends('User.layouts.layout') @section('breadcrumb',__('messages.contact_us')) @section('left_image',$setting['contact_image']) @section('js') @endsection @section('contents') @php($Branches = Branches())

{{ $SEO['contact']['title_'.lang()]['value'] }}

@foreach ($Branches as $Branch)
{{$Branch['title_'.lang()]}}
{{ $Branch['title_'.lang()] }}
5) onclick="window.location.href = 'tel:{{ $Branch['phone'] }}';" @endif>{{ $Branch['phone'] }}
{{ $Branch['email'] }}
@endforeach
{{ trans('website.leaveMessage') }}
@csrf
{{ trans('messages.Name') }} @if($errors->has('name')) {{ $errors->first('name') }} @endif
{{ trans('messages.Phone') }}
image +{{ getCountryCode() == 'SA' ? 966 : 973 }}
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{--
{{ trans('messages.Email') }} @if($errors->has('email')) {{ $errors->first('email') }} @endif
{{ trans('messages.subject') }} @if($errors->has('subject')) {{ $errors->first('subject') }} @endif
--}}
{{ trans('messages.Message') }} @if($errors->has('message')) {{ $errors->first('message') }} @endif
{{--
{!! captcha_img('inverse') !!}
@if($errors->has('captcha')) {{ $errors->first('captcha') }} @endif
--}}
{{ trans('messages.Follow_us') }}
@endsection @push('extra-js') @toastr_js @toastr_render @endpush @section('SEO') {{ $SEO['contact']['title_'.lang()]['value'] }} @endsection