Tax Invoice

My Appointments

ABN: 97 639 387 563

PO Box 450, Mawson ACT 2607

hello@myappointments.app

www.myappointments.app

Bill to

{{ ucwords( $practitioner->full_name ) ?? ""}}

{{ ucwords( $practitioner->businessProfile->name ) ?? ""}}

{{ $practitioner->email ?? "" }}

@isset($credit_invoiceNumber) @if($credit_invoiceNumber != 0) @endif @endif

Invoice number :

{{$credit_invoiceNumber}}

Invoice date :

{{\Carbon\Carbon::parse()->format('d/m/y')}}
Description Price
@if(isset($flag) && $flag == 'tap_pay') Tap terminal purchase @else Purchase of credits @endif ${{ number_format( $amount_paid, 2 ) ?? 0.00}}

Total :

${{ number_format( $amount_paid, 2 ) ?? 0.00}}

Online payment:

${{ number_format( $amount_paid, 2 ) ?? 0.00}}

Balance:

$0.00

* Total GST :

${{ number_format( round( ( $amount_paid ) /11, 2 ), 2 ) }}