@extends('dashboard.layout.default') @section('page_title',$page_title) @section('content')
{{ $dataTable->table(['class' => 'table datatable-table table-striped table-bordered ' , 'style' => 'width:100%']) }}
@endsection @push('js_scripts') {{ $dataTable->scripts() }} @endpush