@extends('layouts.admin.admin')
@section('title', 'Pre-Order')
@section('content')
{{ ucwords($order_status[0] ?? config('custom.all')) }} Pre-Order
- Home
- Pre-Order
- {{ ucwords($order_status[0] ?? config('custom.all')) }}
| ID |
Invoice Number |
Institute |
Student |
Ceremony |
Order Status |
Pre-Order Products |
@endsection
@section('page-specific-scripts')
@endsection