@php $invoice_details = @$step_verified_data['invoice_details']; $invoices = $invoice_details['invoice_data']; @endphp

Pay The Program Fees

@if(!empty($invoices)) @foreach($invoices as $invoice) @if (in_array($invoice['accounting_invoice_status'], array(4)))
@if($loop->first)

Kindly complete the payment for your Program Fees. You can pay via Debit or Credit Card, or via Bank Wire. You can download the payment instructions here:

@endif

Your Invoice Number is #{{ $invoice['invoice_number'] }}. You can download your Invoice from here:

Please proceed with your payment:

@elseif (in_array($invoice['accounting_invoice_status'],array(5,7,10)) && $invoice['last_invoice_transaction_total_amount'] > 0 && $invoice['void'] != 1)

Thank you! Your payment for Invoice #{{ $invoice['invoice_number'] }} has been confirmed.

You can download your Invoice and Payment Receipt here:

@if($loop->last)
@endif
@endif @endforeach @else

Your invoice details will be available shortly.....

@endif