@extends('layouts.responsive') @section('title', 'Wallet') @section('content')
₦{{ number_format($wallet?->remaining_daily_limit ?? 0, 0) }} remaining today
{{ $virtualAccount->account_number }}
{{ $virtualAccount->bank_name }}
Use this account to fund your wallet
Create a dedicated account number for easy funding
{{ $transaction->description }}
{{ $transaction->created_at->format('M d, Y H:i') }}
•{{ $transaction->type === 'credit' ? '+' : '-' }}₦{{ number_format($transaction->amount, 2) }}
Your transaction history will appear here