@extends('layouts.app') @section('title','Dashboard — BlueBando v3') @section('content')
| Reference | Gateway | Amount | Status | Date |
|---|---|---|---|---|
| {{ $o->reference }} | {{ strtoupper($o->gateway) }} | {{ number_format($o->amount) }} {{ $o->currency }} | {{ ucfirst($o->status) }} | {{ $o->created_at->format('Y-m-d H:i') }} |