|
|
|
|
| Description | Code | Price | |
|---|---|---|---|
| * {{$tid->appointment_type->appointment_type}} | @php $totalgst += $tid->app_cost; @endphp @else{{$tid->appointment_type->appointment_type}} | @endif{{$tid->appointment_type->code}} | ${{number_format($tid->app_cost,2)}} |
| * {{$prod->deduct_quantity}} {{"x"}} {{$prod->product_iteams->product_name}} | @php $totalgst1 += $prod->product_cost @endphp @else{{$prod->deduct_quantity}} {{"x"}} {{$prod->product_iteams->product_name}} | @endif{{$prod->product_iteams->product_code}} | ${{number_format($prod->deduct_quantity * $prod->product_cost,2)}} |
Total : |
$ {{number_format($total + $maintotal,2) ?? "0.00"}} |
{{$data['invoice']['paymentType']['name'] ?? ''}} {{$data['invoice']['created_at']->timezone(getAustraliaTimeZone())->format('d/m/y')}} : |
$ {{number_format($data['invoice']['amount_paid'] , 2) ?? "0.00"}} |
Balance : |
$ {{ number_format($data['invoice']['account_balance'] , 2) ?? "0.00"}} |
* Total GST : |
@if( $data['use_new_gst'] == 1 )
$ {{ $data['total_gst'] }} @else$ {{round(($totalgst + $totalgst1) /11,2) ?? "0.00"}} @endif |
{!! nl2br(e($data['invoice']['notes'])) !!} |
@endif