@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Affiliate Requests')) @section('titlebar_actions', '') @section('content')

{{ __('Withdrawal Requests') }}

# {{ __('Amount') }} {{ __('Bank Information') }} {{ __('Status') }} {{ __('Date') }} {{ __('Action') }} @forelse ($list as $entry) AFF-WTHDRWL-{{ $entry->id }} {{ $entry->amount }} {{ $entry->user->affiliate_bank_account }} {{ $entry->status }}

{{ date('j.n.Y', strtotime($entry->created_at)) }} {{ date('H:i:s', strtotime($entry->created_at)) }}

{{ __('Set as Sent') }} @empty {{ __('There is no withdrawal request') }} @endforelse

{{ __('Succesfull Withdrawal Requests') }}

# {{ __('Amount') }} {{ __('Bank Information') }} {{ __('Status') }} {{ __('Date') }} {{ __('Action') }} @forelse ($list2 as $entry) AFF-WTHDRWL-{{ $entry->id }} {{ $entry->amount }} {{ $entry->user->affiliate_bank_account }} {{ $entry->status }}

{{ date('j.n.Y', strtotime($entry->created_at)) }} {{ date('H:i:s', strtotime($entry->created_at)) }}

{{ __('Set as Sent') }} @empty {{ __('There is no succesfull withdrawal request') }} @endforelse
@endsection @push('script') @endpush