{{ html()->modelForm($logged_in_user, 'POST', route('admin.user.profile.update'))->class('form-horizontal')->attribute('enctype', 'multipart/form-data')->open() }} @method('PATCH')
{{ html()->label(__('validation.attributes.frontend.avatar'))->for('avatar') }}
{{ form_submit(__('labels.general.buttons.update')) }}
{{ html()->closeModelForm() }}