@push('head') @endpush
| Item | Amount | 
|---|---|
| {!! $product['notes'] !!} @if($show_quantity) {{ $product['quantity'] }} x @endif @if($show_cost) {{ $product['cost'] }} @endif | @if($show_line_total) {{ $product['line_total'] }} @endif | 
| Service | Amount | 
|---|---|
| {{ $service['quantity'] }} × {{ $service['cost'] }} {!! $service['notes'] !!} | {{ $service['line_total'] }} | 
| {{ ctrans('texts.discount') }} | {{ $discount }} | 
| {{ ctrans('texts.tax') }} | {{ $taxes }} | 
| {{ ctrans('texts.total') }} | {{ $amount }} | 
| {{ ctrans('texts.balance') }} | {{ $balance }} |