@extends('layouts.app') @section('title', 'تعديل صلاحية') @section('content')
تعديل صلاحية: {{ $permission->display_name }}
العودة للقائمة
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
لا يمكن تعديل اسم الصلاحية بعد إنشائها
إلغاء
@endsection @section('scripts') @endsection