{{-- Name: user.partials.createForm Author: AL Created: 2015-11-27 --}} @extends('partials.box') @section($content_id) {!! Form::open(['route' => ['user.store'], 'method' => 'POST', 'class' => 'form-horizontal', 'autocomplete' => 'off', 'data' => 'user-create-form']) !!}