{{ $pageTitle ?? ''}}

@if(isset($button)) {!! $button !!} @endif {{-- @if(isset($reset_file_button)) {!! $reset_file_button !!} @endif --}} @if(isset($filter_file_button)) {!! $filter_file_button !!} @endif
@include('global.deliveryman-datatable')
@if(isset($multi_checkbox_delete)) {!! $multi_checkbox_delete !!} @endif
{{ $dataTable->table(['class' => 'table w-100'],false) }}
@section('bottom_script') {{ $dataTable->scripts() }} @endsection