@extends('layouts.front') @section('title') {{ trans('front.contact.title') }} - @endsection @section('content')

{{ trans('front.contact.header') }}

{{ trans('front.contact.description') }}


@include('front.partials.alert') {!! form_start($form) !!} {!! form_row($form->name) !!} {!! form_row($form->email) !!} {!! form_row($form->message) !!}
{!! form_widget($form->send) !!}
{!! form_end($form) !!}
@endsection