@if(isset($pageTitle)) {{$pageTitle}} @endif
{{--BOB TEST PAYMENT--}}
  • DUE DATE: {{$object->updated_at}}
  • ORDER NUMBER: {{$object->order_number}}
ORDER SUMMARY
@foreach($object->order_items as $item) @php $model = $item->lob->model; @endphp @endforeach @foreach($object->fees as $fee) @endforeach
Customer Email Phone Product Policy# Net Price
{{$item->user->first_name}} {{$item->user->last_name}} {{$item->user->email}} {{$item->user->phone_number}}{{ lang($model::find($item->product_id)->name) }} {{ $item->policy_number }} {{ $item->net_price }} {{ strtoupper($object->currency) }}
{{ucwords($fee['title'])}} {{$fee['value']}} {{ strtoupper($object->currency) }}
Net Price {{$object->net_amount}} {{ strtoupper($object->currency) }}
Total Price {{$object->amount}} {{ strtoupper($object->currency) }}
@foreach($object->invoices as $invoice) @isset($invoice->settlement_schedules)
PAYMENTS - INVOICE# {{$invoice->invoice_number}}
@foreach($invoice->settlement_schedules as $settlementSchedule) @endforeach
Due Date Amount Status
{{$settlementSchedule->due_date}} {{$settlementSchedule->amount}} {{ strtoupper($object->currency) }} {{$settlementSchedule->status}}
@endisset @endforeach