# | 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)
@else
@foreach ($withdrawalLog as $log)
@endforeach
@endif --}}
No Withdrawal Found
{{ $log->created_at }}
@if($log->withdrawal_status == 0)
Pending
@else
Approved
@endif
{{ $log->transaction_type }}
{{ $log->amount }}
22-05-2024
Approved