{{ $pageTitle ?? ''}}

@if(isset($button)) {!! $button !!} @endif @if(isset($export)) {!! $export !!} @endif @if(isset($exportapproved)) {!! $exportapproved !!} @endif
@php $withdraw_type = request()->input('withdraw_type', 'all'); @endphp @if($withdraw_type == 'all') @include('global.withdrawrequest-datatable') @endif
@if(isset($multi_checkbox_delete)) {!! $multi_checkbox_delete !!} @endif
{{ $dataTable->table(['class' => 'table w-100'],false) }}
@section('bottom_script') {{ $dataTable->scripts() }} @endsection