@extends('layouts.app') @section('content') {{-- --}} @include('partials.unified-management-style')
@forelse($roles as $role) @empty @endforelse
الدور الصلاحيات الإجراءات
{{ $role->name }} @if($role->permissions->isEmpty()) — لا توجد صلاحيات — @else
{{ $role->permissions->pluck('name')->join(' · ') }}
@endif
@csrf @method('DELETE')
لا توجد أدوار حالياً.
@push('style') @endpush @push('scripts') @endpush @push('scripts') @endpush @push('style') @endpush @push('style') @endpush @push('scripts') @endpush @push('scripts') @endpush {{-- ton script d'origine inchangé --}} @endsection