@extends('layouts.user') @section('title', 'Top Up Balance') @section('page-title', 'Top Up Balance') @section('content')
| Date | Amount | Method | Status | Transaction ID |
|---|---|---|---|---|
| {{ $topup->created_at->format('M j, Y H:i') }} | ৳{{ number_format($topup->amount, 2) }} | {{ $topup->payment_method }} | {{ ucfirst($topup->status) }} |
{{ $topup->reference }}
|
No top-up requests yet