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

Withdraw Wallet Details

@if(!empty($WithdrawWallet->user->name)) @else - @endif @if(!empty($WithdrawWallet->amount)) @else - @endif @if(!empty($WithdrawWallet->PaymentMethod->name)) @else - @endif @if(!empty($WithdrawWallet->created_at)) @else - @endif
User Name:{{ $WithdrawWallet->user->name }}
Amount:{{ $WithdrawWallet->amount }}
Payment Method:{{ $WithdrawWallet->PaymentMethod->name }}
Created At:{{ $WithdrawWallet->created_at->format('Y-m-d') }}
@endsection