@extends('layouts.app')
@section('title', 'Add Person')
@section('content')
{{--
Unified "Add Person" form.
Replaces the three separate creation flows:
• Admin Users → Add User
• HR → Add Staff
• Locum → Register Locum
The receptionist / admin picks an Employment Type up top.
Sections fade in / out based on that choice — Personal Info
and System Access are always shown, while Statutory & Payroll
(permanent) and Payment & Rate (locum) appear conditionally.
Behind the scenes one POST hits PersonOnboardingService which
writes the right combination of users / staff_records / locums
rows in a single transaction.
--}}