@extends('admin.layout.app') @section('body')
| # | Laborer | Amount | Paid At | Method | Notes | Actions |
|---|---|---|---|---|---|---|
| {{ $p->id }} | {{ $p->laborer->name ?? '—' }} | {{ number_format((float) $p->amount, 2) }} | {{ optional($p->paid_at)->toDateString() ?? '—' }} | {{ $p->method ?? '—' }} | {{ $p->notes ?? '—' }} | View Edit |
| No records found | ||||||