@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @section('page-header') @endsection @section('content')
اختر اللعبة
@if ($selectedGameId && $attachments->count() > 0)

حقول اللعبة

يمكنك سحب وإفلات الحقول لإعادة ترتيبها
@foreach ($attachments as $attachment)
{{ $attachment->name_ar }}
{{ $attachment->name }}
{{ $attachment->type }}
@if ($attachment->required) مطلوب @else اختياري @endif
is_active ? 'checked' : '' }}>
@if ($attachment->help_text_ar)
{{ $attachment->help_text_ar }}
@endif
@endforeach
@elseif($selectedGameId)
لا توجد حقول لهذه اللعبة

ابدأ بإضافة حقول جديدة لتخصيص نموذج الطلب

إضافة حقل جديد
@endif
@endsection @section('js') @include('admin.helper.tablescripts') @include('vue') @endsection