@if(count($errors) > 0)
@foreach($errors->all() as $error)
- {{$error}}
@endforeach
@endif
Request Id |
Status |
Account |
Amount |
Details |
Created |
@if($Withdraw->count() > 0)
@foreach($Withdraw as $row)
{{$row->id}} |
{{$row->status}} |
{{$row->account_id}} |
$ {{$row->amount}} |
{{$row->PaymentMethod->name}} |
{{$row->created_at}} |
@endforeach
@else
No data found |
@endif