@extends('layouts.app') @section('title', 'Billing & Credits') @section('page-title', 'Billing & Credits') @section('content')
| Order Ref | Exam | Students | Amount | Gateway | Status | Date |
|---|---|---|---|---|---|---|
| {{ $order->order_ref }} | {{ $order->exam?->title ?? '—' }} | {{ $order->student_count }} | ${{ number_format($order->total_amount, 2) }} | {{ ucfirst($order->gateway) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('M j, Y') }} |
| No orders yet. | ||||||