| # | Date | Amount | Status | Payment By | |
|---|---|---|---|---|---|
|
No Record Found
|
|||||
| {{ $log->id }} | {{ $log->created_at }} | {{ $log->amount }} | @if($log->withdrawal_status == 0) Fail @else Success @endif | Admin | |
@if ($withdrawalLog->count() == 0)
@else
@foreach ($withdrawalLog as $log)
{{--
--}}
@endforeach
@endif