@extends('Admin.layouts.App') @section('content')

Withdraw Wallet

Withdraw Wallet Table

@if(\Session::has('success'))

{{\Session::get('success')}}

@endif @if(\Session::has('Delete'))

{{\Session::get('Delete')}}

@endif @if($WithdrawWallet->count() > 0) @foreach($WithdrawWallet as $row) @endforeach @else @endif
Id User Name Payment Method Status Action
1 {{$row->User->name}} {{$row->PaymentMethod->name}}
@csrf
Details
No data found
@endsection