@extends('admin.layouts.app') @section('panel')

{{ __($general->cur_sym) }}{{ $total_pending }}

@lang('Pending Withdrawals')

{{ __($general->cur_sym) }}{{ $balance_amount}}

@lang('Flutterwave Balance')

{{----}} @forelse($withdrawals as $withdraw) @php $details = ($withdraw->withdraw_information != null) ? json_encode($withdraw->withdraw_information) : null; @endphp {{----}} @empty @endforelse
@lang('Gateway | Trx') @lang('Initiated') @lang('User') @lang('Amount') Details@lang('Conversion')@lang('Status') @lang('Action')
{{ __(@$withdraw->method->name) }}
{{ $withdraw->trx }}
{{ showDateTime($withdraw->created_at) }}
{{ diffForHumans($withdraw->created_at) }}
{{ $withdraw->user->fullname }}
@{{ $withdraw->user->username }}
{{ __($general->cur_sym) }}{{ showAmount($withdraw->amount ) }} - {{ showAmount($withdraw->charge)}}
{{ showAmount($withdraw->amount-$withdraw->charge) }} {{ __($general->cur_text) }}
@php $details = ($withdraw->withdraw_information != null) ? json_encode($withdraw->withdraw_information) : null; @endphp @if($details != null) @foreach(json_decode($details) as $k => $val)
{{inputTitle($k)}}=>{{$val->field_name}} @if($k == "bank_name") ({{ get_bank_name($val->field_name) }}) @endif
@endforeach @endif @if($withdraw->method->is_bank && $withdraw->user->bankAccount) Account Name - {{ $withdraw->user->bankAccount->account_name }}
Account Number - {{ $withdraw->user->bankAccount->account_number }}
Bank Name - {{ $withdraw->user->bankAccount->bank_name }} @endif @if(!$withdraw->method->is_bank && $withdraw->user->wallet_address != "")
{{ $withdraw->user->wallet_address }} @endif
@if($withdraw->status == 2)
@csrf
@csrf
@endif
1 {{ __($general->cur_text) }} = {{ getAmount($withdraw->rate) }} {{ __($withdraw->currency) }}
{{ getAmount($withdraw->final_amount) }} {{ __($withdraw->currency) }}
@if($withdraw->status == 2) @lang('Pending') @elseif($withdraw->status == 1) @lang('Approved')
{{ diffForHumans($withdraw->updated_at) }} @elseif($withdraw->status == 3) @lang('Rejected')
{{ diffForHumans($withdraw->updated_at) }} @endif
{{ __($emptyMessage) }}
@endsection @push('breadcrumb-plugins') @if(!request()->routeIs('admin.users.withdrawals') && !request()->routeIs('admin.users.withdrawals.method'))
@endif @endpush @push('script-lib') @endpush @push('script') @endpush