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

Neu

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