@extends('dashboard.admin.layouts.master') @section('content')
| # | Reference ID | Amount | Proof | Method | Status | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $deposit->reference_id }} | {{ currency($deposit->user->currency) }}{{ formatAmount($deposit->amount) }} | @if ($deposit->proof) View Proof @else N/A @endif | {{ ucfirst($deposit->method) }} | @if ($deposit->status) Confirmed @else Pending @endif |