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

{{__('Downloadable Withdrawal')}} {!! renderIconHtml('back') !!}{{__('Back')}}

@endsection @section('content')
@can('withdrawal-download') {!! renderIconHtml('download') !!}Download CSV @endcan
{{ __('Action') }} {{ __('#') }} {{ __('Reference No') }} {{ __('Username') }} {{ __('Withdrawal Currency') }} {{ __('Blockchain') }} {{ __('Receiver Address') }} {{ __('Wallet Balance') }} {{ __('Requested Withdrawal') }} {{ __('Withdrawal Fee') }} {{ __('Amount Received') }} {{ __('Converted Amount') }} {{ __('Account Holder') }} {{ __('Account Overview') }} {{ __('Bank Name') }} {{ __('Account Number') }} {{ __('Branch Name') }} {{ __('BIC/SWIFT') }} {{ __('Bank Address') }} {{ __('Pre Approved By') }} {{ __('Approved By') }} {{ __('Due Date') }} {{ __('Created At') }}
@include('backend.withdrawal.download-withdrawal-modal')
@endsection @push('scripts') @endpush