@extends($layout) @section('title', 'تعديل طلب النشاط') @section('content')

تعديل طلب النشاط

قم بتعديل تفاصيل الطلب

@csrf @method('PUT')
@foreach($activityTypes as $type) @endforeach

يمكنك اقتراح مشاركين للنشاط (سيتم مراجعتهم من قبل المشرف)

@php $selectedParticipants = []; if ($editRequest->custom_data && isset($editRequest->custom_data['participants'])) { $selectedParticipants = $editRequest->custom_data['participants']; } @endphp @foreach($users as $user) @endforeach
إلغاء
@endsection