@extends('layouts.user') @section('title', 'Dashboard') @section('content')
Wallet Balance
{{ number_format($wallet->balance, 4) }}
Locked: {{ number_format($wallet->locked_balance, 4) }}
| Type | Amount | Status | Date |
|---|---|---|---|
| {{ str_replace('_', ' ', $txn->type) }} | {{ number_format($txn->amount, 4) }} | {{ $txn->status }} | {{ $txn->created_at->format('d M Y, H:i') }} |
| No transactions yet. | |||