@extends('layouts.master-vnext') @section('page-title') Create contact @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Guest\ContactController@store'))) }} @include('guest.contact.form') {{ Form::customSubmit('Create new contact') }} {{ Form::close() }} @endsection