| Matter / Service | Hrs | Rate | Amount |
|---|---|---|---|
|
{{ $line->service_name ?? $line->tariff->service_name ?? 'Service' }}
|
{{ $units }} | {{ $rateDisplay }} | {{ number_format((float) $line->line_total, 2) }} |
|
{{ $invoice->description ?? 'Legal Services' }}
|
1.00 | {{ number_format($subtotal, 2) }} | {{ number_format($subtotal, 2) }} |