| Order ID |
#{{ $order->invoice_number }} |
| Institution |
{{ $order->institution->name }} |
| Ceremony |
{{ $order->ceremony ? $order->ceremony->detail : 'N/A' }} |
| Payment By |
{{ $order->payment_by }} |
| Full Name |
{{ $order->full_name }} |
| University Attended |
{{ $order->university_attended }} |
| Course Of Study |
{{ $order->course_of_study }} |
| Mobile |
{{ $order->mobile }} |
| Email |
{{ $order->email }} |
| Gown Type |
{{ $order->gown_type }} |
| Order Status |
{!! orderStatus($order->order_status) !!} |
| Order Date |
{{ dateFormat($order->updated_at, config('custom.dfyhia2')) }} |