@extends('admin.layout.app') @section('body')
No machinery usage linked.
@else| Machinery | Hours | Rate | Total | Notes |
|---|---|---|---|---|
| {{ $mu->machinery->name ?? '—' }} | {{ number_format((float) ($mu->hours ?? 0), 2) }} | ${{ number_format((float) ($mu->hourly_rate ?? 0), 2) }} | ${{ number_format($muTotal, 2) }} | {{ $mu->notes ?? '—' }} |
No payments linked.
@else| Paid At | Method | Amount | Note/Ref |
|---|---|---|---|
| {{ optional($p->paid_at)->format('Y-m-d') ?? '—' }} | {{ $p->method ?? '—' }} | ${{ number_format((float) ($p->amount ?? 0), 2) }} | {{ $p->note ?? ($p->reference ?? '—') }} |