|
Invoice{{ $payableTo['name'] }}
|
| Date: | {{ $stop['date'] }} |
| Type: | {{ $stop['type'] ?: '—' }} Quantity: {{ $stop['quantity'] ?: '—' }} Weight: {{ $stop['weight'] ?: '—' }} |
| Description: | {{ $stop['description'] }} |
| P.O. #: | {{ $stop['po'] }} |
| {{ $stop['hoursLabel'] }}: | {{ $stop['hours'] }} |
| {{ $stop['notesLabel'] }}: | {!! nl2br(e($stop['notes'])) !!} |
| Description | Amount |
|---|---|
| {{ $charge['label'] }} | {{ $charge['amount'] }} |
| Total Rate: | {{ $total }} {{ $currency }} |