@extends('layout.app') @section('content')

{{__('Contact Us')}}

{{__('Please get in touch and our expert support team will answer all your questions')}}
@if (Session::has('status'))
{{ Session::get('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('error'))
  • {{ Session::get('error') }}
@endif
@csrf
{{--
--}} {{--
--}}
picture {{-- --}}
@endsection @section('script') @endsection