@include('inc.messages')
@if(isset($UserEdit))
{!! Form::model($UserEdit,['method'=>'put','files'=>true,'class'=>'form-horizontal']) !!}
@else
{!! Form::open(['action','usersController@create','class'=>'form-horizontal','role'=>'form','enctype'=>'multipart/form-data','files'=>true]) !!}
@endif
{{ Form::close() }}