@extends('admin.layouts.app') @php $featureCardsForm = old('value.feature_cards', $itemValue['feature_cards'] ?? []); if (!is_array($featureCardsForm)) { $featureCardsForm = []; } @endphp @section('content')

سيكشن التعريفات — الصفحة الرئيسية الجديدة

{{ csrf_field() }} @if(!empty(getGeneralSettings('content_translate')))
@else @endif
الألوان

البطاقة الكبيرة (Spotlight)

اتركه فارغاً لاستخدام التدرج الافتراضي.


بطاقات الميزات

حد أقصى {{ \App\Http\Controllers\Admin\NewHomepageDefinitionsController::$maxFeatureCards }} بطاقات. على الموقع تُعرض اثنتان في كل صف. أيقونة Font Awesome مثل fas fa-book أو fa fa-users.

@foreach ($featureCardsForm as $ci => $crow) @if (!is_array($crow)) @continue @endif
بطاقة
@endforeach
@endsection @push('scripts_bottom') @endpush