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