@extends('layouts.app') @section('title', 'Statutory Remittances') @section('content') @include('hr.partials.ft-staff-tabs', ['active' => 'remittances']) {{-- Filters --}}
| Run | Statutory Body | Amount Due | Due Date | Status | Reference | Paid On | Proof | |
|---|---|---|---|---|---|---|---|---|
|
{{ $r->run->run_number ?? '' }}
{{ $r->run->month_label ?? '' }} |
{{ $r->label }} | {{ number_format($r->amount_due, 2) }} | {{ $r->due_date?->format('d M Y') }} | @if($r->display_status === 'paid')Paid @elseif($r->display_status === 'overdue')Overdue @elseUnpaid@endif @if($r->is_late)Late@endif | {{ $r->payment_reference ?? '-' }} | {{ $r->payment_date?->format('d M Y') ?? '-' }} | @if($r->proof_path)View@else —@endif | @if($r->status !== 'paid') @endif |
| No remittances match those filters. | ||||||||