@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Available Balance
₦{{ number_format($wallet?->available_balance ?? 0, 2) }}
Total Balance
₦{{ number_format($wallet?->balance ?? 0, 2) }}
Locked Balance
₦{{ number_format($wallet?->locked_balance ?? 0, 2) }}
Daily Limit Remaining
₦{{ number_format($wallet?->remaining_daily_limit ?? 0, 2) }}
Verify your identity to unlock all features and increase your transaction limits.
Complete KYC{{ $transaction->description }}
{{ $transaction->created_at->format('M d, Y H:i') }}
{{ $transaction->type === 'credit' ? '+' : '-' }}₦{{ number_format($transaction->amount, 2) }}
{{ $transaction->status }}
No transactions yet
Fund your wallet to get started