@extends('layout.main') @section('content')

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