@include('partials.messages')
{!! Form::open(array('url' => 'users', 'method' => 'post')) !!}
{!! csrf_field() !!}
@include('users.partials.form')
{!! Form::submit('Create', array('class' => 'btn btn-tabletpos btn-cons m-t-10') ) !!}
{!! Form::close() !!}