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

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

@csrf
@yield('title')

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

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

@if( $errors->all() ) @foreach ($errors->all() as $message)
{{ $message }}
@endforeach @endif
{{-- ارسال --}}
{{__('front.the_info')}}
{{-- --}}
{!!$SiteData->map!!}
@endsection @section('js') @endsection