@extends('admin.layouts.app') @section('title', __('dashboard.roles')) @section('content')
{{-- Standard filters if needed, removing specific vendor filters --}} {{-- --}}
{{-- --}}
{!! $dataTable->table(['class' => 'table table-bordered', 'id' => 'roles-table']) !!}
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush