@extends('layouts.admin') @section('title', 'Withdrawals') @section('content')
| User | Amount | To Address | Status | Date | |
|---|---|---|---|---|---|
| {{ $w->user->name }} | {{ number_format($w->amount, 4) }} | {{ $w->to_address }} | {{ $w->status }} | {{ $w->created_at->format('d M Y H:i') }} | @if ($w->status === 'pending') @endif |