@extends('front.layouts.master')@section('search') @parent @include('front.pages.contact.intro')@endsection@section('content') @include('front.common.spacer')
@if (isset($errors) && $errors->any())
{{ t('validation_errors_title') }}
    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif @if (session()->has('flash_notification'))
@include('flash::message')
@endif
{{ t('Contact Us') }}
{!! csrf_field() !!} @honeypot
@include('front.layouts.inc.tools.captcha')
@endsection@section('after_scripts') @endsection ?>