@include('layouts.header')

{!!__('strings.Contact Our Friendly Experts Team')!!}

{{__('strings.Any questions We would be happy to help you')}}

Image Image Dark
{{__('strings.Our Location')}}

Marrakech, Morocco

{{__('strings.Help support')}}

{{__('strings.Txt Help support')}}

{{__('strings.Call Us')}}

{{__('strings.Txt Call Us')}}

Whatsapp

{{__('strings.Txt Whatsapp')}}

Tripadvisor

{{__('strings.Txt Tripadvisor')}}

{{__('strings.Get in Touch')}}

@if (session('success'))
{{ session('success') }}
@endif

    @csrf
    @error('f-name')
    {{ $message }}
    @enderror
    @error('l-name')
    {{ $message }}
    @enderror
    @error('email')
    {{ $message }}
    @enderror
    @error('phone')
    {{ $message }}
    @enderror
    @error('message')
    {{ $message }}
    @enderror
    @if ($errors->has('g-recaptcha-response'))
    {{ $errors->first('g-recaptcha-response') }}
    @endif
    @error('check')
    {{ $message }}
    @enderror
    @include('layouts.footerm')