@extends('layouts.app') @section('title','Neuer '.$meta['singular']) @section('breadcrumb') @endsection @section('content')

Neu

@include('includes.errors') {!! Form::model($contact, ['action' => 'ContactController@store']) !!} @include('contact._form')
Abbrechen
{!! Form::close() !!} @endsection