@extends('admin.index') @section('content')

{{ $title }}

{!! $dataTable->table([ 'class'=>'dataTable table table-striped table-hover table-bordered' ]) !!}
@push('js') {!! $dataTable->scripts() !!} @endpush @endsection