@extends('layouts.app') @section('style') @endsection @section('wrapper')

{{__('Withdrawal Management')}}

{{__('Manage and process user withdrawal requests')}}

-
{{__('Pending Requests')}}
{{__('Awaiting review')}}
-
{{__('Approved Requests')}}
{{__('Ready for payment')}}
-
{{__('Completed Payments')}}
{{__('Successfully paid')}}
-
{{__('Rejected Requests')}}
{{__('Declined')}}
-
{{__('Total Amount')}}
{{__('All requests')}}
-
{{__('Paid Amount')}}
{{__('Completed payments')}}
{{__('Withdrawal Requests')}}
{{__('User')}} {{__('Amount')}} {{__('IBAN')}} {{__('Account Holder')}} {{__('Status')}} {{__('Request Date')}}
{{__('Withdrawal Requests')}}
{{__('Withdrawal Details')}}
{{__('Approve Withdrawal')}}
{{__('Are you sure you want to approve this withdrawal request?')}}
{{__('Reject Withdrawal')}}
{{__('Are you sure you want to reject this withdrawal request?')}}
{{__('Complete Withdrawal')}}
{{__('Are you sure you want to complete this withdrawal?')}}
{{__('Enter the bank transaction reference number for tracking')}}
@endsection @section('script') @endsection