@extends('dashboard.admin.layouts.master') @section('content')
| Deposit Details | Amount |
|---|---|
|
{{ ucfirst($deposit->method) }} Deposit
@if ($deposit->method === 'bitcoin')
Bitcoin Address: {{ $deposit->wallet_address ?? 'N/A' }} |
{{ currency($deposit->user->currency) }}{{ formatAmount($deposit->amount) }} |