{{-- Modal Header: Glassmorphism effect in Dark --}}

{{ __('Edit User Account') }}

{{ __('Update user information and password settings.') }}

{{-- Modal Body --}}
{{-- Form Section Label --}}
{{ __('General Information') }}
{{-- User Type --}}
{{-- Name --}}
{{-- Email --}}
@if ($type_user === 'customer')
@endif
{{-- Password Section Label --}}
{{ __('Security') }}
{{-- Password Requirements: Improved for Dark Mode --}}

{{ __('Security Standards') }}

  • {{ __('8-18 Characters') }}
  • {{ __('Uppercase & Lowercase') }}
  • {{ __('At least one number') }}
  • {{ __('No spaces allowed') }}
{{-- Footer Buttons --}}