@props(['wallet'])
{{ env('WALLET_PREFIX') . $wallet->id }} {{ \Carbon\Carbon::parse($wallet->created_at)->format('jS M Y \a\t H:i') }} Deposit GH₵ {{ number_format($wallet->amount_load, 2) }} GH₵ {{ number_format($wallet->current_bal, 2) }} @if ($wallet->status == 'completed') GH₵ {{ number_format($wallet->new_bal, 2) }} @endif @role('Admin|SuperAdmin') {{ $wallet->agent->name . ' - ' . env('AGENT_PREFIX') . $wallet->agent->id }} @endrole {{ $wallet->load_type }} {{ $wallet->paymentOption->account_provider }} @if ($wallet->status == 'pending') @elseif($wallet->status == 'processing') @elseif($wallet->status == 'completed') @else @endif
@if ($wallet->status == 'pending') @can('check payment') @endcan @can('approve wallet') @endcan @can('decline wallet') @endcan @endif