{{--

Find Member


--}}
@if ($withdrawalLog->count() == 0) @else @foreach ($withdrawalLog as $log) @endforeach @endif
# 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)

No Withdrawal Found

@else @foreach ($withdrawalLog as $log)

Amount

Status

Date & Time

Payment By

{{--
--}}

{{ $log->amount }}

@if($log->withdrawal_status == 0) Fail @else Success @endif

{{ $log->created_at }}

Admin

@endforeach @endif