@extends('admin.layouts.auth.master') @include('admin.components.datatable.datatable') @section('content')
@include('flash::message')
{!! $dataTable->table([ 'class' => 'dataTable table table-striped table-bordered table-hover w-100 dataTables_wrapper ', ], true) !!}
@endsection