@extends($activeTemplate . 'layouts.master') @push('style') @endpush @section('content')
@forelse($withdraws as $withdraw) @empty @endforelse
@lang('S.N.') @lang('Gateway') | @lang('TRX No.') @lang('Initiated') @lang('Amount') @lang('Conversion') @lang('Status') @lang('Action')
{{ __($loop->index + $withdraws->firstItem()) }} @if ($withdraw->branch) {{ __(@$withdraw->branch->name) }} @else {{ __(@$withdraw->method->name) }} @endif
{{ $withdraw->trx }}
{{ showDateTime($withdraw->created_at) }}
{{ diffForHumans($withdraw->created_at) }}
{{ __($general->cur_sym) }}{{ showAmount($withdraw->amount) }} - {{ showAmount($withdraw->charge) }}
{{ showAmount($withdraw->amount - $withdraw->charge) }} {{ __($general->cur_text) }}
1 {{ __($general->cur_text) }} = {{ showAmount($withdraw->rate) }} {{ __($withdraw->currency) }}
{{ showAmount($withdraw->final_amount) }} {{ __($withdraw->currency) }}
@php echo $withdraw->statusBadge @endphp
{{ __($emptyMessage) }}
@if ($withdraws->hasPages()) @endif
@endsection @push('script') @endpush @push('modal') @endpush