@extends('dashboard.layout.app') @section('style') @endsection @section('content')
@foreach($roles as $role) @endforeach
# اسم الصلاحية تعديل حذف
{{ $role->id }} {{ $role->name }} تعديل حذف

صلاحيات المستخدمين

@foreach($admin_roles as $role) @endforeach
# اسم المستخدم بريد المستخدم الصلاحية تعديل حذف
{{ $role->id }} {{ $role->User->name ?? '' }} {{ $role->User->email ?? '' }} {{ $role->Role->name ?? '' }} تعديل حذف
@endsection @section('script') @endsection