@extends('layouts.app') @section('content')

الأدوار والصلاحيات

إدارة أدوار المستخدمين وتحديد الصلاحيات الممنوحة لكل دور

إضافة دور جديد
@forelse($roles as $r) @empty @endforelse
الدور المعرف (Key) الوصف الإجراءات
{{ strtoupper(substr($r->key, 0, 1)) }}
{{ $r->name }}
{{ $r->key }} {{ $r->description ?? '—' }}
@csrf @method('DELETE')
لا توجد أدوار معرفة في النظام
@if($roles->hasPages()) @endif
@endsection