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

{{ __('Register New User') }}

{{ __('Create a new account with specific roles and permissions.') }}

{{-- Modal Body (Scrollable) --}}
{{-- Form Section Label --}}
{{ __('Account Information') }}
{{-- User Type --}}
{{-- Name --}}
{{-- Email --}}
{{-- Customer specific fields --}} @if ($type_user === 'customer')
@endif {{-- Security Section Label --}}
{{ __('Security') }}
{{-- Password --}}
{{-- Confirm Password --}}
{{-- Password Requirements: Dynamic States --}}

{{ __('Security Standards') }}

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