@if ($workOrder) @endif
INVOICE #{{ $invoiceNumber }}
Invoice Date:{{ $invoiceDate }}
Terms:{{ $terms }}
W/O (Ref):{{ $workOrder }}

Invoice

{{ $payableTo['name'] }}
Bill To
{{ $billTo['name'] }}
@foreach ($billTo['lines'] as $line)
{{ $line }}
@endforeach
Load Details
LOAD #: {{ $load->load_number }}
@foreach ($stops as $stop)
{{ $stop['label'] }}: {{ $stop['location'] }}
@if ($stop['type'] || $stop['quantity'] || $stop['weight']) @endif @if ($stop['description']) @endif @if ($stop['po']) @endif @if ($stop['hours']) @endif @if ($stop['notes']) @endif
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'])) !!}
@endforeach
Rates and Charges
@foreach ($charges as $charge) @endforeach @include('accounting.partials.invoice-tax-rows')
DescriptionAmount
{{ $charge['label'] }} {{ $charge['amount'] }}
Total Rate: {{ $total }} {{ $currency }}
@if (! empty($hstNumber))
HST Registration #: {{ $hstNumber }}
@endif @if ($invoiceNotes)
Notes
{!! $invoiceNotes !!}
@endif @if (! empty($termsText))
Terms & Conditions
{!! $termsText !!}
@endif
Payable To
{{ $payableTo['name'] }}
@foreach ($payableTo['lines'] as $line)
{{ $line }}
@endforeach @if (! empty($payableTo['phone']))
Phone: {{ $payableTo['phone'] }}
@endif @if (! empty($payableTo['fax']))
Fax: {{ $payableTo['fax'] }}
@endif
-- Page 1 of 1 --@if (! empty($showItsFooter))  |  Flink Freight ITS Dispatch @endif