@extends('admin.layout') @section('title', 'إضافة باقة جديدة') @section('header', 'إنشاء باقة اشتراك جديدة') @section('content')
@csrf
{{-- Main Setup --}}
{{-- Basic Information Card --}}

المعلومات الأساسية

@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
$
@error('price') {{ $message }} @enderror
@error('duration_months') {{ $message }} @enderror
{{-- Features Selection Card --}}

الميزات المتاحة

@foreach($availableFeatures as $slug => $label) @endforeach
{{-- Sidebar Layout / Limits --}}
{{-- Limits Card --}}

حدود الاستخدام

{{-- Action Buttons --}}
إلغاء والعودة
@endsection