{{ $pageTitle ?? ''}}

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