@extends('layouts.madar-guest') @section('title', 'الأسعار') @section('content')

خطط مدار

اختر الخطة المناسبة لاحتياجاتك

@foreach ($plans as $entry) @php $p = $entry['model']; $c = $entry['capabilities']; @endphp

{{ $p->name }}

{{ $p->price > 0 ? number_format($p->price, 0).' د.ع' : 'مجاني' }}

  • رسائل AI يومياً: {{ $p->daily_ai_limit }}
  • توليد صور: {{ !empty($c['image_generation']) ? '✓' : '—' }}
  • تحليل ملفات: {{ !empty($c['file_intelligence']) ? '✓' : '—' }}
  • نسخ نصوص طويلة: {{ !empty($c['copy_long_text']) ? '✓' : '—' }}
  • Voice AI: {{ !empty($c['voice_ai']) ? '✓' : '—' }}
  • مكافآت: ×{{ $c['reward_multiplier'] ?? 1 }}
@auth اشترك الآن @else ابدأ الآن @endauth
@endforeach
@endsection