@foreach($sliders as $slider) @php $active_array = ['icon' => 'check', 'type' => 'success']; $inactive_array = ['icon' => 'close', 'type' => 'danger']; $ad_class = $slider->is_advertisment? $active_array : $inactive_array; $active_class = $slider->is_active? $active_array : $inactive_array; @endphp @endforeach
# الصفحة الموجه لها الصورة اعلان ثابت؟ (بانر) فعّال؟
{{ $loop->index + 1 }} @if ($slider['action_type'] == 'product') واجهة تفاصيل منتج - {{ App\Models\Product::find($slider['type_id'])['name'] }} @elseif ($slider['action_type'] == 'company') واجهة منتجات شركة - {{ App\Models\Company::find($slider['type_id'])['name'] }} @else - @endif