@extends('layouts.admin.admin') @section('title', 'Ordered Pre Product') @section('content')
| ARCHIVED | |
| Invoice Number | {{ $order->invoice_number }} |
|---|---|
| Order Date | {{ $order->order_date_formatted }} |
| Student | {{ $order->graduate->full_name }} - {{ $order->graduate->student_id }} |
| Ceremony | {{ $order->ceremony->detail }} |
| Address | {{ $order->address }} |
| Pre Order Products Amount | AUD ${{ numberFormat($order->pre_order_product_amount) }} |
| Postage Fee | AUD ${{ numberFormat($order->postage_fee) }} |
| Order Status | {!! orderStatus($order->order_status) !!} |