@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
{{$dataTable->table(['class' => 'table table-striped table-bordered dt-responsive nowrap', 'style' => 'width:100%;'])}}