{{ $title }} عرض صلاحية
@include('flash::message')
الرقم التسلسلى : {{ $role->id }}
اسم الصلاحية : {{ $role->display_name }}
الاسم : {{ $role->name }}
الوصف : {{ $role->description }}
وقت الانشاء : {{ $role->created_at }}
الاختصاصات :
@forelse($role->permissions as $permission_role)
@empty
لا يوجد
@endforelse