ABN: {{$appointment->locations->abn ?? ""}}
{{$appointment->practitioner->businessProfile->name ?? ""}}
{{$appointment->practitioner->businessProfile->address ?? ""}}
{{$appointment->practitioner->businessProfile->office_phone ?? ""}}
{{$appointment->practitioner->businessProfile->email ?? ""}}
{{$appointment->practitioner->businessProfile->website ?? ""}}
Bill to
{{$appointment->client->email ?? ""}}
{{$appointment->client->address ?? ""}}
DOB: @if(isset($appointment->client->date_of_birth)) {{$appointment->client->date_of_birth->format('d/m/Y')}} @else {{"-"}} @endif
{{$invoiceNumber}}
{{\Carbon\Carbon::now()->timezone(getAustraliaTimeZone())->format('d/m/y')}}
{{$appointment->date->timezone(getAustraliaTimeZone())->format('d/m/y')}}
{{"$".$cancelfee->cancel_fee}}
{{$appointment->client->account_balance > 0 ? "$".(abs($appointment->client->account_balance)) : "$00.00" }}
{{$appointment->client->account_balance < 0 ? "$".(abs($appointment->client->account_balance)) : "$00.00" }}