@extends('layouts.app') @section('content') @include('layouts.message')
{!! $html->table(['class' => 'table border-top-0 table-bordered text-nowrap border-bottom','id'=>'RoleDataTable']) !!}
@push('scripts') {!! $html->scripts() !!} @endpush @endsection