{{ config('custom.invoice_header') }}


{!! getCompanyDetail('address') !!}

Email: {!! getCompanyDetail('email') !!}

Phone: {!! getCompanyDetail('phone') !!}

ABN: {!! getCompanyDetail('abn') !!}


{{$order->institution->name}}

{{$order->institution->address}}

Email: {{$order->institution->email}}

Phone: {{$order->institution->contact_number}}


Your Order Details: {{-- @if($order->order_status == \App\Constant\Constant::ORDER_COMPLETE) PAID @else UNPAID @endif --}}

Tax Invoice Number:{{$order->invoice_number}}
Order Date:{{ dateFormat($order->updated_at, config('custom.dfyhia2'))}}
Institute Name: {{$order->institution->name}}
Venue:{{$order->ceremony->venue}}
Ceremony Date:{{$order->ceremony->date_formatted}}
Ceremony Time:{{$order->ceremony->time}}
Address:{{$order->ceremony->address}}
{{$order->invoice_number}}

Name:{{$order->full_name}}
Alma Mater:{{$order->university_attended}}
Email:{{$order->email}}
Degree / Course Studied:{{$order->course_of_study}}
Mobile:{{$order->mobile}}
Qualification (PhD/Bachelor/Master):{{$order->gown_type}}



@foreach ($order->orderAcademicProductDetails as $key => $op) @if ($key == 0) @endif @endforeach @if ($order->merchant_fee > 0 && isTrue($order->payment_by)) @endif
Image Item Price
{{$op->academicProduct->name}}
{{$op->size}} - Qty: {{$op->quantity}}
@if (isTrue($order->payment_by)) AUD ${{ $order->academic_product_price }} @else AUD $0.00 @endif
Merchant Fee AUD ${{ calculateMerchantFee($order->merchant_fee, $order->academic_product_price) }} ({{ $order->merchant_fee }}%)
Total Amount @if (isTrue($order->payment_by)) AUD ${{ numberFormat($order->total_amount) }} @else AUD $0.00 @endif



{{ config('custom.invoice_header') }}