@extends('eventmie::layouts.app') @section('title') @lang('eventmie-pro::em.contact') @endsection @section('content') @if (\Session::has('msg')) {{ \Session::get('msg') }} @endif @csrf @honeypot @if ($errors->has('name')) {{ $errors->first('name') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('title')) {{ $errors->first('title') }} @endif @if ($errors->has('message')) {{ $errors->first('message') }} @endif @lang('eventmie-pro::em.send_message') @endsection @section('javascript') @stop