@extends('admin.layouts.home') @section('title', 'Withdraw Request Details') @section('content')
{{ $withdrawRequest->user->email }}
{{ $withdrawRequest->user->status ? 'Active' : 'Inactive' }}
Bank Name:
{{ $withdrawRequest->bank_name }}
Account Number:
{{ $withdrawRequest->bank_account_no }}
Account Holder:
{{ $withdrawRequest->full_name }}
SWIFT Code:
{{ $withdrawRequest->swift_code }}
IBAN:
{{ $withdrawRequest->iban }}
Country:
{{ $withdrawRequest->country }}
PayPal Email:
{{ $withdrawRequest->paypal_email }}