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

Withdraw Account

Withdraw Account Table

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

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

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

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

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