@include('portal.profile.partials.avatar-form', [
'user' => $user,
'storeRoute' => route('portal.profile.avatar.store'),
'destroyRoute' => route('portal.profile.avatar.destroy'),
'redirectTo' => route('portal.profile.edit'),
'formId' => 'portal-avatar-profile-form',
'fileInputId' => 'portal-avatar-profile-file',
'cameraInputId' => 'portal-avatar-profile-camera',
'showDismiss' => false,
'showRemove' => true,
'compact' => false,
'submitLabel' => 'Salvar foto',
])