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