{{ $pageTitle ?? ''}}

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