@extends('layouts.master') @section('body') @section('content')

Contact Us

@if(session()->has('success'))
{{-- --}}
  • Data Submitted
  • {{ session()->get('sucess') }}
@endif
We’d Love to Hear From You

LET'S GET IN TOUCH!

{{--
Address

--}}
Phone

+971 5 CARSBEAT (22772328)

@if (isset($errors) and $errors->any())
{{ t('Oops ! An error has occurred. Please correct the red fields in the form') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('flash_notification'))
@include('flash::message')
@endif
{{ t('Contact Us') }}
{!! csrf_field() !!}
@endsection @section("after_scripts") @endsection