@extends('layouts.landing-page.index', ['title' => 'Produk']) @section('main') {{-- Produk Produk --}} @foreach ($selectedCategories ?? [] as $categoryId) @endforeach Default Terbaru Harga Termurah Harga Termahal Nama A - Z Nama Z - A Cari {{-- Produk Toko --}} Filter @if (count($catalogs) > 0) @foreach ($catalogs as $catalog) {{ $catalog->category_name }} {{ $catalog->name }} {{-- {!! $catalog->description !!} --}} {{ format_rupiah((int) $catalog->price) }} @endforeach @else Belum ada data @endisset Filter Kategori {{ implode(', ', $selectedCategories ?? []) }} @if (count($categories) > 0) @foreach ($categories as $category) name, $selectedCategories ?? []) ? 'checked' : '' }}> {{ $category->name }} @endforeach @else Belum ada data @endif @endsection @push('styles') @endpush @push('scripts') @endpush
Produk