@extends('layouts.admin') @section('content') @section('headerTitle') Role Management @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.administration.role.view', $role) }} @endsection @section('buttons') Inapoi la lista Sterge rol @endsection

Utilizatori cu acest rol ({{ $role->users_count }})

{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush