@extends('layouts.app') @section('content') {{-- @include('partials.unified-management-style') --}}
@forelse($roles as $role) @empty @endforelse
الدور الصلاحيات الإجراءات
{{ $role->name }} @if($role->permissions->isEmpty()) — لا توجد صلاحيات — @else
@foreach($role->permissions as $perm) {{ $perm->name }} @endforeach
@endif
{{--
@csrf @method('DELETE')
--}}
لا توجد أدوار حالياً.
@push('style') @endpush @push('scripts') @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