@extends('layouts.app') @section('title', 'تعيين الصلاحيات للدور: ' . $role->name) @section('content')
معلومات الدور:
الاسم: {{ $role->name }}
الوصف: {{ $role->description ?? 'لا يوجد وصف' }}