@extends('layouts.app') @section('content')

Workforce Registration

{{-- Error Notifications --}} @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{-- ✅ FIXED: Changed route name from admin.employee.create to admin.employees.store --}}
@csrf {{-- 1. Personal & Login Information --}}

1. Account & Personal Details

{{-- 2. Professional & Salary Information --}}

2. Employment & Salary Details

* By clicking, you generate direct login access for this employee

@endsection