@extends('layouts.admin') @section('content')
{!! $dataTable->table() !!}
@endsection @section('js') {{ $dataTable->scripts() }} @endsection