{{ __('ADMIN Profile Information') }}

{{ __("Update your ADMIN account's profile information and email address.") }}

@csrf
@csrf @method('patch')
@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

{{ __('Your ADMIN email address is unverified.') }}

@if (session('status') === 'verification-link-sent')

{{ __('A new verification link has been sent to your ADMIN email address.') }}

@endif
@endif
{{ __('Save') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif