{{-- --}}
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Section 1: Personal Information --}}
Personal Information
Step 1 of 5
{{-- Section 2: Employment Details --}}
Employment Details
Step 2 of 5
{{-- Section 3: Address --}}
Address
Step 3 of 5
{{-- Section 4: Emergency Contact --}}
Emergency Contact
Step 4 of 5
{{-- Section 5: Access & Credentials --}}
Access & Credentials
Step 5 of 5
@if($roles->count() > 0)
@foreach($roles as $role) @endforeach
@else

No roles available

@endif
Cancel
{{-- Add Department Modal --}} {{-- Toast Notification --}}
Department created successfully!
{{--
--}}