@extends('Layout.base') @section('title', 'Roles') @section('titleLink', '/roles') @section('content')
{!! $dataTable->table() !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection