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