{{--
wallet-circle
--}}
image Member Withdrawal Log
{{-- --}}
{{--

Find Member


--}}
{{-- @if ($withdrawalLog->count() == 0) @else @foreach ($withdrawalLog as $log) @endforeach @endif --}}
# Date Amount Status Transaction Type from
No Record Found
{{ $log->id }} {{ $log->created_at }} {{ $log->amount }} @if($log->withdrawal_status == 0) Pending @else Approved @endif {{ $log->transaction_type }}
1 22-02-2024 200 Approved transaction type From Admin
{{-- @if ($withdrawalLog->count() == 0)

No Withdrawal Found

@else @foreach ($withdrawalLog as $log)

{{ $log->created_at }}

@if($log->withdrawal_status == 0) Pending @else Approved @endif

{{ $log->transaction_type }}

{{ $log->amount }}

@endforeach @endif --}}

22-05-2024

Approved

transaction type

2000

From Bank