اسم الدور الوظيفي:
{{ $role->name }}
إجمالي الصلاحيات: {{ count($rolePermissions ?? []) }}
@if (!empty($rolePermissions) && count($rolePermissions) > 0)
@foreach ($rolePermissions as $v)
{{ app()->getLocale() == 'ar' ? $v->name_ar : $v->name }}
@endforeach
@else
لا توجد أي صلاحيات ممنوحة لهذا الدور الوظيفي حتى الآن
@endif