@extends('layouts.superadmin') @section('title', 'تعديل المسابقة') @push('meta') @endpush @section('content')

تعديل المسابقة

تعديل بيانات المسابقة الحالية

بيانات المسابقة

@csrf @method('PUT')
@if(old('terms', $competition->terms ?? [])) @foreach(old('terms', $competition->terms ?? []) as $term)
@endforeach @endif

يمكنك اختيار أكثر من فئة

@php $selectedTypes = old('participant_types', $competition->participant_types ?? []); @endphp
اختر الفئات المشاركة أولاً
عدد المحددين: 0
إلغاء
@endsection