{{ $pageTitle ?? ''}}

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