@extends('backoffice.dashboard') @section('content') @if(Auth::check())

قائمة حقول المسابقة (ديناميكية)

حقل جديد
@if(session('ok'))
{{ session('ok') }}
@endif
{{-- --}} {{-- --}} @foreach($definitions as $d) {{-- --}} {{-- --}} @endforeach
#المفتاح (key)الوسم (label) نوع الإدخال خيارات مرئي مطلوب إجراءات
{{ $d->sort_order }}{{ $d->key }}{{ $d->label }} {{ $d->input_type }} @if($d->options())
    @foreach($d->options() as $opt)
  • {{ $opt }}
  • @endforeach
@endif
@csrf
{{ $d->is_required ? 'نعم' : 'لا' }}
تعديل
@csrf @method('DELETE')
@else @endif @endsection