@vite(['resources/css/app.css', 'resources/js/app.js'])
@if ($sliders->count() > 0)
@foreach ($sliders as $slider)
{{ $slider->title }} @if ($slider->title)

{{ $slider->title }}

@endif
@endforeach
@if ($sliders->count() > 1)
@foreach ($sliders as $index => $slider) @endforeach
@endif @else

{{ $currentLocale === 'ar' ? 'مرحباً بكم في زيلايت' : 'Welcome to Zelight' }}

@endif
@foreach ($categories as $category) @if ($category->image)
{{ $category->name }}
@else
@endif {{ $category->name }}
@endforeach

{{ $currentLocale === 'ar' ? 'منتجاتنا' : 'Our Products' }}

@foreach ($products as $product)
{{ $product->name }} @if (!$product->is_available)
{{ $currentLocale === 'ar' ? 'سيتوفر قريباً' : 'Coming Soon' }}
@endif
{{ $product->name }} @if ($product->description)

{{ $product->description }}

@endif @if ($product->pdfs->count() > 0)
@foreach ($product->pdfs as $pdf) {{ $pdf->title ?: 'PDF' }} @endforeach
@endif
@endforeach
@if ($products->count() === 0)

{{ $currentLocale === 'ar' ? 'لا توجد منتجات حالياً' : 'No products available' }}

@endif

{{ $currentLocale === 'ar' ? $settings['price_list_title_ar'] : $settings['price_list_title_en'] }}

{{ $currentLocale === 'ar' ? $settings['price_list_desc_ar'] : $settings['price_list_desc_en'] }}

@if ($settings['price_list_pdf']) @endif