@php set_time_limit(0); @endphp
| Full Name | Invoice Number | Institution | Ceremony | Course Of Study | University Attended | Gown Type | Mobile | Products | Order Status | Payment By | Archive | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $order->full_name ?? null }} | {{ $order->invoice_number ?? null }} | {{ $order->institution->name ?? null }} | {{ $order->ceremony->detail ?? null }} | {{ $order->course_of_study ?? null }} | {{ $order->university_attended ?? null }} | {{ $order->gown_type ?? null }} | {{ $order->email ?? null }} | {{ $order->mobile ?? null }} | {{ $order->orderAcademicProductDetails->map(function($op) { return $op->academicProduct->name . (isTrue($op->academicProduct->has_option) ? ' - ' . $op->size : '') . ' (' . $op->quantity . ')'; })->implode(', ') }} | {{ $order->order_status }} | {{ $order->payment_by }} | {{ $order->archive == config('custom.yes') ? config('custom.yes_text') : config('custom.no_text') }} |