@extends('admin.layouts.master') @section('title', 'همه درخواستهای برداشت ارز دیجیتال') @section('content')
لیست کامل درخواستهای برداشت ارز دیجیتال
| # | کاربر | ارز | مقدار | کارمزد | مقدار خالص | آدرس | وضعیت | تاریخ ثبت | عملیات |
|---|---|---|---|---|---|---|---|---|---|
| {{ $withdrawal->id }} |
{{ $withdrawal->user->name ?? 'نامشخص' }} {{ $withdrawal->user->family ?? '' }}
{{ $withdrawal->user->mobile ?? $withdrawal->user->email ?? '' }} |
{{ $withdrawal->currency }} | {{ rtrim(rtrim(number_format($withdrawal->amount, 8, '.', ''), '0'), '.') }} | {{ rtrim(rtrim(number_format($withdrawal->fee, 8, '.', ''), '0'), '.') }} | {{ rtrim(rtrim(number_format($withdrawal->amount_net, 8, '.', ''), '0'), '.') }} |
{{ Str::limit($withdrawal->address, 20) }}
|
@switch($withdrawal->status) @case('pending') در انتظار @break @case('review') در حال بررسی @break @case('processing') در حال پردازش @break @case('completed') موفق @break @case('failed') ناموفق @break @case('rejected') رد شده @break @endswitch | {{ jdate($withdrawal->created_at)->format('Y/m/d H:i') }} | جزئیات |
|
هیچ درخواست برداشتی ثبت نشده است. |
|||||||||