@extends('admin.layouts.app') @section('title', __('admin.admin_roles.title')) @section('content')
| {{ __('admin.admin_roles.role_name') }} | {{ __('common.table.description') }} | {{ __('admin.admin_roles.admins') }} | {{ __('common.table.actions') }} |
|---|---|---|---|
| {{ $role->name }} | {{ $role->description ?? '-' }} | {{ $role->admins_count ?? 0 }} |