{{ html()->form('POST', url('/admin/users/add_edit'))
->attributes(['class' => 'form-horizontal', 'id' => 'post_form', 'name' => 'post_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
@if(isset($user->user_image))
@endif
{{ html()->form()->close() }}