@forelse($offers as $offer) @empty @endforelse
العرض الخصم الربط الفترة مميز الحالة إجراءات
@if($offer->image) @else
بدون صورة
@endif
{{ $offer->title }}
@if($offer->description)
{{ $offer->description }}
@endif
{{ $offer->discountLabel() }} @if($offer->product) منتج: {{ $offer->product->name }} @elseif($offer->category) قسم: {{ $offer->category->name }} @else عام @endif {{ $offer->starts_at?->format('Y-m-d') ?? '—' }}
{{ $offer->ends_at?->format('Y-m-d') ?? '—' }}
@if($offer->is_featured) مميز @else @endif @if($offer->isRunning()) @elseif($offer->is_active) @else @endif
لا توجد عروض خاصة
{{ $offers->links() }}
@if($showModal)

{{ $editingId ? 'تعديل عرض' : 'إضافة عرض' }}

@error('title') {{ $message }} @enderror
@if($discount_type !== 'none')
@endif
@endif