@extends('adminlte::page') @section('title', 'Withdrawal Requests') @section('content_header')
Total Requests
Pending
Approved
Rejected
| ID | User | Amount | Status | Payment Method | Created At | Actions |
|---|---|---|---|---|---|---|
| {{ $withdrawal->id }} | {{ $withdrawal->user->name }} | Rp {{ number_format($withdrawal->amount, 2) }} | {{ ucfirst($withdrawal->status) }} | {{ $withdrawal->payment_method }} | {{ $withdrawal->created_at->format('Y-m-d H:i') }} | View |
| No withdrawal requests found. | ||||||