@extends('super_admin.layout.master') @section('title', 'الإدارة المركزية') @section('style') @endsection @section('content')
إضافة
@foreach ($roles as $role) @endforeach
# اسم الدور رمز عدد الصلاحيات الاجرائات
{{ $loop->iteration }} {{ $role->display_name }} {{ $role->name }} {{ $role->permissions->count() }}
@endsection @section('script') @endsection