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

{{ $title }}

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