@extends('layouts.master') @section('title', 'Withdrawal') @section('breadcrumb-text')

{{__('Withdrawals')}} - {{ ucwords($_GET['status'] ?? '') }}

@can('withdrawal-view') {!! renderIconHtml('pending') !!}{{__('Pending')}} {!! renderIconHtml('approve') !!}{{__('Approved')}} {!! renderIconHtml('reject') !!}{{__('Rejected')}} @endcan @if( !empty($_GET['batch_id'])) {!! renderIconHtml('back') !!}{{__('Back')}} @else {!! renderIconHtml('back') !!}{{__('Back')}} @endif
@endsection @section('content')
@if($_GET['status'] == "pending") {!! renderIconHtml('download') !!}{{__('Downloadable Withdrawal')}} @endif
{{ __('#') }} {{ __('Date') }} {{ __('Username') }} {{ __('Name') }} {{ __('Reference No') }} {{ __('Requested Withdrawal') }} {{ __('Withdrawal Fee') }} {{ __('Amount Received') }} {{ __('Converted Amount') }} {{ __('Account Holder') }} {{ __('Account Overview') }} {{ __('Bank Name') }} {{ __('Account Number') }} {{ __('Branch Name') }} {{ __('BIC/SWIFT') }} {{ __('Bank Address') }} {{ __('Transaction Id/Hash') }} {{ __('Receiver Address') }} {{ __('Pre Approved By') }} {{ __('Approved By') }} {{ __('Status') }} {{ __('Action') }}
@include('backend.withdrawal.modal')
@if(isset($_GET['batch_id'])) @else @endif @endsection @push('scripts') @endpush