@extends('user.layouts.master') @section('title', 'کیف پول ارز دیجیتال') @section('content')

کیف پول ارز دیجیتال

موجودی‌ها

@forelse($wallets as $wallet) @empty @endforelse
ارز موجودی اقدامات
{{ $wallet->currency_name ?? $wallet->currency }}
{{ $wallet->currency }}
{{ rtrim(rtrim(number_format($wallet->available_balance ?? ($wallet->balance - ($wallet->locked_balance ?? 0)), 8, '.', ''), '0'), '.') }} @if(($wallet->locked_balance ?? 0) > 0)
قفل شده: {{ rtrim(rtrim(number_format($wallet->locked_balance, 8, '.', ''), '0'), '.') }} @endif
واریز برداشت
موجودی فعالی یافت نشد.
@endsection