@forelse($advertisements as $ad) @empty @endforelse
الإعلان الموقع الرابط الفترة النقرات الحالة إجراءات
@if($ad->image) @else
بدون صورة
@endif
{{ $ad->title }}
{{ $ad->positionLabel() }} {{ $ad->linkTypeLabel() }} @if($ad->link_type === 'url' && $ad->link_url)
{{ $ad->link_url }}
@endif
{{ $ad->starts_at?->format('Y-m-d') ?? '—' }}
{{ $ad->ends_at?->format('Y-m-d') ?? '—' }}
{{ number_format($ad->clicks_count) }} @if($ad->isRunning()) @elseif($ad->is_active) @else @endif
لا توجد إعلانات
{{ $advertisements->links() }}
@if($showModal)

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

@error('title') {{ $message }} @enderror

يفضل 1200×400 للبانر، 400×400 للشريط الجانبي

@if($link_type === 'url')
@error('link_url') {{ $message }} @enderror
@elseif($link_type === 'product')
@elseif($link_type === 'category')
@elseif($link_type === 'offer')
@endif
@endif