@extends('layouts.app') @section('title','Orders — BlueBando v3') @section('content')
| # | Ref | Router | Plan | Phone | Amount | Gateway | Status | Created |
|---|---|---|---|---|---|---|---|---|
| {{ $o->id }} | {{ $o->reference }} | {{ $o->router->name ?? '—' }} | {{ $o->plan->name ?? '—' }} | {{ $o->phone }} | {{ number_format($o->amount) }} {{ $o->currency }} | {{ strtoupper($o->gateway) }} | {{ ucfirst($o->status) }} | {{ $o->created_at?->format('Y-m-d H:i') }} |
| No orders yet. | ||||||||