@extends('layouts.app') @section('title', __('Roles')) @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
{!! $dataTable->table() !!}
@stop @push('script') @include('panel.inc.datatable.js') {!! $dataTable->scripts() !!} @endpush