@extends('layouts.app') @section('title', $workerType === 'volunteer' ? 'Register Volunteer' : 'Register Locum') @section('content') @include('locum.partials.payroll-tabs', ['active' => $workerType === 'volunteer' ? 'volunteers' : 'register'])
@php $isVolunteer = ($workerType ?? 'locum') === 'volunteer'; @endphp
@csrf

@if($isVolunteer) Volunteer Registration @else Personal Information @endif

Next: {{ $nextStaffNumber }}

Auto-generated

@if($isVolunteer) @else @endif
{{-- Statutory & tax (locums only — volunteers don't get paid) --}} @unless($isVolunteer)

Statutory & Tax

@endunless {{-- Professional license --}}

Professional License

{{-- Emergency contact --}}

Emergency Contact

{{-- Documents --}}

Documents

Up to 5MB each. Hold Ctrl / Cmd to select multiple.

{{-- Payment (locums only) --}} @unless($isVolunteer)

Payment Details

Doctors, Nurses, Clinical Officers, Receptionists → per shift. Sonographers, Dentists, Physios → percentage.

Enter flat KES amount per shift

@endunless
Cancel
@endsection @section('scripts') @endsection