@extends('frontend::layouts.master') @section('content')
@csrf
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

It is very important for us to keep in touch with you, so we are always ready to answer any question that interests you.

@endsection @section('scripts') @endsection