@extends('layouts.app') @section('title', is_locale_en() ? 'Products' : 'Produk') @push('styles') @endpush @section('content') {{-- ══ HERO ══ --}}
{{ is_locale_en() ? 'Our Products' : 'Katalog Produk' }}

{{ is_locale_en() ? 'Industrial' : 'Kompresor' }} {{ is_locale_en() ? 'Compressors' : 'Industrial' }}

{{ is_locale_en() ? 'Complete range of industrial air compressors for mining, manufacturing, oil & gas, and more.' : 'Rangkaian lengkap kompresor udara industri untuk pertambangan, manufaktur, migas, dan lainnya.' }}

{{-- ══ PRODUCTS SECTION ══ --}}
{{-- Filter Tabs --}} {{-- Grid --}}
@if($products->count() > 0) {{-- Cards --}} @else {{-- Empty state --}}

{{ is_locale_en() ? 'No products found.' : 'Tidak ada produk.' }}

@endif {{-- Pagination --}} @if($products->lastPage() > 1)
@for($i = 1; $i <= $products->lastPage(); $i++) {{ $i }} @endfor
@endif
{{-- ══ WHY CRIUS ══ --}}
{{ is_locale_en() ? 'Why Choose Crius' : 'Mengapa Memilih Crius' }}

{{ is_locale_en() ? 'The Crius' : 'Keunggulan' }} {{ is_locale_en() ? 'Advantage' : 'Produk Crius' }}

@php $perks = [ ['icon'=>'M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z','title'=>'ISO 9001','desc_id'=>'Standar kualitas internasional.','desc_en'=>'International quality standard certified.','color'=>'blue'], ['icon'=>'M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z','title'=>'OEM & ODM','desc_id'=>'Kustomisasi penuh tersedia.','desc_en'=>'Full customization available.','color'=>'accent'], ['icon'=>'M3 21h18M3 10h18M3 7l9-4 9 4M4 10h16v11H4z','title'=>'2 Factories','desc_id'=>'Kapasitas produksi andal.','desc_en'=>'Reliable production capacity.','color'=>'blue'], ['icon'=>'M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z','title'=>'24/7 Support','desc_id'=>'Layanan 24 jam non-stop.','desc_en'=>'Round-the-clock service.','color'=>'accent'], ]; @endphp @foreach($perks as $perk)

{{ $perk['title'] }}

{{ is_locale_en() ? $perk['desc_en'] : $perk['desc_id'] }}

@endforeach
{{-- ══ CTA ══ --}}
{{ is_locale_en() ? 'Get a Quote' : 'Dapatkan Penawaran' }}

{{ is_locale_en() ? 'Need Help Choosing?' : 'Butuh Bantuan Memilih?' }} {{ is_locale_en() ? 'Contact Us' : 'Hubungi Kami' }}

{{ is_locale_en() ? 'Our team of experts will help you find the right compressor for your specific application.' : 'Tim ahli kami akan membantu Anda menemukan kompresor yang tepat untuk aplikasi spesifik Anda.' }}

{{ is_locale_en() ? 'Contact Us' : 'Hubungi Kami' }} →
@endsection