@extends('layouts.master') @section('title') @lang('translation.withdrawal-requests') @endsection @section('breadcrumb') @component('components.breadcrumb') @slot('title') @lang('translation.withdrawal-requests') @endslot @endcomponent @endsection @section('content')
| ID | Name | Transaction ID | Payment Method | Amount | Type | Request Date | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $withdrawal->user->full_name ?? 'N/A' }} | {{ $withdrawal->transaction_id }} | {{ $withdrawal->payment_method }} | ${{ number_format($withdrawal->amount_usd, 5) }} | {{ ucfirst(strtolower(str_replace('_', ' ', $withdrawal->type))) }} | {{ $withdrawal->created_at->format('d/F/Y') }} | {{ ucfirst($withdrawal->status) }} |