@extends('layouts.backend.app') @push('content')
Id | {{ $withdrawal->id }} |
Amount | ${{ number_format($withdrawal->amount,2) }} |
Withdrawal Payment Method | {{ $withdrawal->payment_method }} |
Wallet Send To | {{ $withdrawal->withdrawal_details }} |
Account Number | {{ $withdrawal->account_number }} |
Bank Name | {{ $withdrawal->bank_name }} |
Remote Code | {{ $withdrawal->remote_code }} |
ID Type | {{ $withdrawal->id_type }} |
ID Number | {{ $withdrawal->id_number }} |
Client Details | {{ $withdrawal->user->name }} - {{ $withdrawal->user->email }} |
Reference | {{ $withdrawal->reference }} |
Status | {{ ucwords($withdrawal->status) }} |
Date | {{ $withdrawal->updated_at }} |