@extends('layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Admin Dashboard') @section('content')
| Tester | Amount | Status | Date |
|---|---|---|---|
|
{{ $order->tester->name }}
{{ $order->student_count }} credits
|
${{ number_format($order->total_amount,2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('M j') }} |
| Exam | Tester | Status |
|---|---|---|
|
{{ Str::limit($exam->title, 28) }}
{{ $exam->duration_minutes }} min
|
{{ $exam->tester->name }} | {{ ucfirst($exam->status) }} |