@extends('layouts.main') @section('title', 'Neuen Benutzer anlegen') @section('headline', 'Neuen Benutzer anlegen') @section('content') {{--
--}}
{!! Form::open(['action' => 'Users\UserController@store', 'class' => 'form-horizontal', 'method' => 'post', 'role' => 'form', 'files' => true]) !!}
{!! Form::close() !!}
@stop