@extends('layouts.site') @push('meta') Contact Us - The Maritime Executive @endpush @section('content')

MarEx ContactUs

{!! Form::open(['action' => 'ContactController@sendEmail', 'id' => 'contact_form']) !!}
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
{!! Form::close() !!}

The Maritime Executive, LLC

3200 South Andrews Avenue, Suite 100
Fort Lauderdale, FL 33316, USA

Tel: +1 (954) 848 9955
Toll-Free: +1 (866) 884 9034
Fax: +1 (954) 848 9948
Email: info@maritime-executive.com

@endsection @push('scripts') @endpush