@extends('layouts.admin') @section('title') Role Management @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.administration.role.view', $role) }} @endsection @section('buttons')
Inapoi la lista
Sterge rol
@endsection @section('content')
Utilizatori cu acest rol
({{ $role->users_count }})
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush