@php $page = 'withdrawals' @endphp @php use Carbon\Carbon; @endphp @extends('includes.layout') @section('content')

Payout Request

Account Balance

${{ number_format($withdrawal->user->balance, 2) }}

Referral Bonus

${{ number_format($withdrawal->user->ref_balance, 2) }}

Transfer | Send {{ optional($withdrawal->user)->name ?? 'Unknown' }} the sum of ${{ number_format($withdrawal->amount, 2) }} to the {{ optional($withdrawal->user_wallet)->system_wallet->name ?? 'Unknown' }} {{ optional(optional($withdrawal->user_wallet)->system_wallet)->type == 'bank' ? 'Details' : 'Wallet Address' }} provided below:

@if(optional(optional($withdrawal->user_wallet)->system_wallet)->type == 'bank')
@endif @if(optional(optional($withdrawal->user_wallet)->system_wallet)->type == 'crypto')
@endif

Note!
Before approving this withdrawal, ensure you have made payment to the payment details provided above.

@endsection @push('scripts') @endpush