@extends('layouts.master') @section('title', __('Withdrawals')) @push('styles') @endpush @section('content')
@if(isset(Auth::user()->setting->access_visibility) && in_array('withdrawal', Auth::user()->setting->access_visibility)) {!! renderIconHtml('add') !!}{{ __('Add New')}} @endif
{{ __('#') }} {{ __('Reference No') }} {{ __('Blockchain') }} {{ __('Receiver Address') }} {{ __('Transaction Hash') }} {{ __('Wallet Balance') }} {{ __('Withdrawal Amount') }} {{ __('Withdrawal Fee') }} {{ __('Received Amount') }} {{ __('Exchange Amount') }} {{ __('Account Holder') }} {{ __('Bank Name') }} {{ __('IBAN Number') }} {{ __('Branch Name') }} {{ __('BIC/SWIFT') }} {{ __('Bank Address') }} {{ __('Reason') }} {{ __('Status') }} {{ __('Pre Approved By') }} {{ __('Approved By') }} {{ __('Due Date') }} {{ __('Created Date') }}
@endsection @push('scripts') @endpush