@extends('layouts.app') @section('title', 'Payments') @section('content')
| Reference | Method | Amount | Currency | Status | Paid At |
|---|---|---|---|---|---|
| {{ $payment->reference }} | {{ $payment->method }} | {{ number_format($payment->amount, 2) }} | {{ $payment->currency }} | {{ strtoupper($payment->status) }} | {{ $payment->paid_at }} |