@extends('admin.layouts.app') @section('panel')
@if (!request()->routeIs('admin.users.withdrawals')) @endif @if (request()->routeIs('admin.withdraw.data.all')) @endif @forelse($withdrawals as $withdraw) @if (!request()->routeIs('admin.users.withdrawals')) @endif @if (request()->routeIs('admin.withdraw.data.all')) @endif @empty @endforelse
@lang('Date') @lang('Transaction Number')@lang('Username')@lang('Wallet') @lang('Amount')@lang('Status')@lang('Action')
{{ showDateTime($withdraw->created_at) }} {{ $withdraw->trx }} {{ @$withdraw->user->username }} {{ @$withdraw->userCoinBalance->wallet }} {{ showAmount($withdraw->amount, 8, exceptZeros: true, currencyFormat: false) }} {{ __(strtoupper($withdraw->userCoinBalance->miner->coin_code)) }} @php echo $withdraw->statusBadge @endphp @lang('Details')
{{ __($emptyMessage) }}
@if ($withdrawals->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush