@extends('user.layouts.master') @section('title', 'تاریخچه واریزها') @section('content')
| تاریخ | ارز | مقدار | وضعیت | TXID |
|---|---|---|---|---|
| {{ jdate($deposit->created_at)->format('Y/m/d H:i') }} | {{ $deposit->currency }} | {{ rtrim(rtrim(number_format($deposit->amount, 8, '.', ''), '0'), '.') }} | @switch($deposit->status) @case('pending') در انتظار @break @case('confirming') در حال تأیید @break @case('completed') تکمیل شده @break @case('failed') ناموفق @break @endswitch | {{ $deposit->txid }} |
| رکوردی یافت نشد. | ||||