@extends("admin.admin_app") @section("content")
{{ html()->form('POST', url('/admin/profile')) ->attributes(['class' => 'form-horizontal', 'id' => 'profile_form', 'name' => 'profile_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
@if(Auth::user()->user_image) person @else person @endif
{{ html()->form()->close() }}
@include("admin.copyright")
@endsection