@extends('eventmie::layouts.app') @section('title') @lang('eventmie-pro::em.contact') @endsection @section('meta_title') @lang('eventmie-pro::em.contact') @endsection @section('meta_description', setting('site.site_name') ? setting('site.site_name') : config('app.name')) @section('meta_url', url()->current()) @section('content') @if (\Session::has('msg')) {{ \Session::get('msg') }} @endif @csrf @honeypot @lang('eventmie-pro::em.name') * @if ($errors->has('name')) {{ $errors->first('name') }} @endif @lang('eventmie-pro::em.email') * @if ($errors->has('email')) {{ $errors->first('email') }} @endif @lang('eventmie-pro::em.title') * @if ($errors->has('title')) {{ $errors->first('title') }} @endif Message @if ($errors->has('message')) {{ $errors->first('message') }} @endif @lang('eventmie-pro::em.send_message') @endsection @section('javascript') @stop