@extends('layouts.app') @section('title', 'Record Shift Entry') @section('content')

Record Shift Entry

For per-procedure locums, add each session separately below

@csrf
{{-- Locum + date row --}}

Shift Details

{{-- Flat rate summary --}} {{-- Per-procedure / sessions panel (sonographer picker) --}} {{-- Per-procedure / free-text panel (dentist & other non-sonographer percentage locums) --}} {{-- "Save & add another" hidden flag — set by the corresponding button just before submit, read by storeShift() to redirect back here pre-filled instead of bouncing to the list. --}}
Cancel
@endsection @section('scripts') @endsection