@extends('layouts.app') @section('title', 'Locum Reports') @section('content') {{-- Year Selector --}}
Financial Year: {{ $year }}
| Month | No. of Locums | Total Shifts | Gross Pay (KES) | WHT (KES) | Other Deductions (KES) | Net Pay (KES) |
|---|---|---|---|---|---|---|
| {{ $row['month'] }} | {{ $row['locums'] ?: '-' }} | {{ $row['shifts'] ?: '-' }} | {{ $row['gross'] ? number_format($row['gross']) : '-' }} | {{ $row['wht'] ? number_format($row['wht']) : '-' }} | {{ $row['deductions'] ? number_format($row['deductions']) : '-' }} | {{ $row['net'] ? number_format($row['net']) : '-' }} |
| ANNUAL TOTAL | {{ $totals['locums'] }} | {{ $totals['shifts'] }} | KES {{ number_format($totals['gross']) }} | KES {{ number_format($totals['wht']) }} | KES {{ number_format($totals['deductions']) }} | KES {{ number_format($totals['net']) }} |
{{ $l->full_name }}
{{ $l->license_no }} · Expired {{ $l->license_expiry->format('d M Y') }}
No expired licenses
@endif{{ $l->full_name }}
{{ $l->role_designation }} · {{ $l->department->name ?? '' }}
All locums have KRA PINs
@endif{{ $item->locum->full_name ?? '' }}
{{ $item->batch->month_name ?? '' }}
No unpaid approved items
@endif