{{ html()->form('POST', url('/admin/profile'))
->attributes(['class' => 'form-horizontal', 'id' => 'profile_form', 'name' => 'profile_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
{{ html()->form()->close() }}
@if(Auth::user()->user_image)
@else
@endif
@endif