@extends('layouts.app') @section('title','Neuer Benutzer') @section('breadcrumb') @endsection @section('content')

Neuer Benutzer

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