@extends('layout.front.app') @section('title', __('front.contact_us').' - '.__('front.rewaq')) @section('content')
@yield('title')

{{(__('front.alert_fill_form'))}}

{{(__('front.contact_form'))}}

@csrf
@yield('title')

{{(__('front.easy_access'))}}

{{__('front.answered_quickly')}}

@if( $errors->all() ) @foreach ($errors->all() as $message)
{{ $message }}
@endforeach @endif
{{-- ارسال --}}

{{__('front.alert_contact')}}

{{__('front.the_info')}}
{!!$SiteData->map!!}
@endsection @section('js') @endsection