{{ html()->modelForm($logged_in_user, 'POST', route('frontend.user.profile.updateApi'))->class('form-horizontal change_avatar')->attribute('enctype', 'multipart/form-data')->open() }} @method('POST')
@if($logged_in_user->isCustomerAdmin())
Add your business logo here
{{ html()->file('avatar_location')->class('default-dropify picture')->attribute('data-allowed-file-extensions','png jpg jpeg')->attribute('data-show-loader','true')->attribute('data-max-file-size','20M') }}
@else
Business logo
@endif
{{ html()->closeModelForm() }} @push('after-scripts') @endpush