@extends('layouts.admin.admin') @section('title', 'Order Detail') @section('content')
ARRIVED - {{ $count['arrived'] }}
COLLECTED - {{ $count['collected'] }}
RETURNED - {{ $count['returned'] }}
|
|
{{ $op->packageProduct->product_name }}Size{{ $op->product_size }} |
|
|
{{ $so->commonProduct->name}}Description{{ $so->commonProduct->description }} |
|
{{ $order->guest_number}} Guest(s) |
| Graduate Name | {{ $graduate->full_name }} |
|---|---|
| Student Id | {{ $graduate->student_id }} |
| Institution | {{ $graduate->institution->name }} |
| Campus | {{ $graduate->campus }} |
| Course Code | {{ $graduate->course->course_code }} |
| Course Name | {{ $graduate->course->course_name }} |
| {{ $graduate->email }} | |
| Mobile | {{ $graduate->mobile }} |
| Venue | Date | Time | Address |
|---|---|---|---|
| {{ $graduate->ceremony->venue ?? '--' }} | {{ $graduate->ceremony->date_formatted ?? '--' }} | {{ $graduate->ceremony->time ?? '--' }} | {{ $graduate->ceremony->address ?? '--' }} |