@php $ad = $ad ?? \App\Models\Ad::where('position', $position ?? null) ->where('active', true) ->latest('id') ->first(); @endphp @if($ad) {{-- ✅ إعلان نشط --}}
📢 إعلان — {{ $ad->title }} @if($ad->url) زيارة @endif
{!! $ad->code !!}
@else {{-- ⚠️ لا يوجد إعلان --}}
📰

مساحة إعلانية

إعلانك هنا ضمن موقعنا

@endif