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

@if($violation->type === 'warning') @else @endif تعديل {{ $violation->type_name }}

{{ $violation->created_at_formatted }}

@if($violation->type === 'warning') @else @endif تعديل {{ $violation->type_name }}

@csrf @method('PUT')
@if(isset($users) && count($users) > 0) @foreach($users as $user) @endforeach @else
لا توجد أعضاء متاحون حالياً
@endif
الأعضاء المختارون: {{ count($selectedMembers) }}
الحد الأقصى للمشرفين: 100 نقطة
@if($violation->attachment)
المرفق الحالي
تحميل
@endif

أو سحب وإفلات

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

show_creator_name ? 'checked' : '' }} class="rounded border-gray-300 text-red-600 shadow-sm focus:border-red-300 focus:ring focus:ring-red-200 focus:ring-opacity-50 ml-2">
إذا لم تكن محددة، سيظهر "مجهول الهوية" للأعضاء المخالفين (الإدارة تستطيع رؤية اسمك دائماً)
إلغاء
@endsection