@extends('layouts.admin.base') @section('top-script') @endsection @section('page-title') Withdrawals @endsection @section('content') {{--
| User | Amount | Cryptocurrency | Address | Request Date | Status | Action |
|---|---|---|---|---|---|---|
| {{ $withdrawal->user->name }} |
{{ formatMoney($withdrawal->amount) }} |
{{ $withdrawal->user_wallet->cryptocurrency }} |
{{ $withdrawal->user_wallet->address }} |
{{ formatDateTime($withdrawal->created_at) }} |
{{ $withdrawal->status_data()->message }} |
|