@extends('layouts.superadmin') @section('title', 'تعديل ' . ($violation->type === 'warning' ? 'الإنذار' : 'المخالفة')) @section('content')

تعديل {{ $violation->type_name }}

تحديث معلومات {{ $violation->type_name }}

تعديل {{ $violation->type_name }} - {{ $violation->title }}

@csrf @method('PUT')
@if(isset($users) && count($users) > 0) @foreach($users as $user) @endforeach @else
لا توجد أعضاء متاحون حالياً
@endif
الأعضاء المختارون: {{ count($selectedMembers ?? []) }}
إذا تركت هذا الحقل فارغاً أو صفر، لن يتم خصم نقاط
show_creator_name) ? 'checked' : '' }} class="rounded border-gray-300 text-orange-600 shadow-sm focus:border-orange-300 focus:ring focus:ring-orange-200 focus:ring-opacity-50 ml-2">
إذا لم تكن محددة، سيظهر "مجهول الهوية" للأعضاء المخالفين
@if($violation->attachment)
مرفق موجود
@endif

أو سحب وإفلات

PNG, JPG, PDF, DOC حتى 5MB

إلغاء
@endsection