{{ __('Edit User') }}

{{-- Breadcrumb --}}
← Users > {{ $user->userID }} > {{ __('Edit User') }}
{{-- Main Content Card --}}
{{-- Title --}}

{{ __('Edit User') }}

{{-- Edit User Section --}}

{{ __('User Information') }}

@csrf @method('PUT')
{{-- Row 1: Username and Password --}}
{{-- Row 2: Full Name --}}
{{-- Row 3: Email --}}
{{-- Row 4: Department and Role --}}
{{-- Buttons --}}
{{ __('Cancel') }}