@include('site.client.controllers.upper-header') @include('site.client.controllers.header')

@lang('data.siteName') ــــــــــــــ

{!! $setting->about_us[App::getLocale()] !!}

@lang('data.contactUs') ــــــــــــــ

@lang('data.contactUsDescription')

@csrf
@lang('data.clientName')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@lang('data.mobile')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@lang('data.yourMessage')

@lang('data.partners')

@include('site.client.controllers.footer')