@extends('layouts.landing-page.index', ['title' => 'Produk']) @section('main')
{{--

Produk

Produk

--}}
@foreach ($selectedCategories ?? [] as $categoryId) @endforeach
{{-- --}}
@if (count($catalogs) > 0) @foreach ($catalogs as $catalog) @endforeach @else
Belum ada data
@endisset
Filter
{{ implode(', ', $selectedCategories ?? []) }} @if (count($categories) > 0) @foreach ($categories as $category)
name, $selectedCategories ?? []) ? 'checked' : '' }}>
@endforeach @else
Belum ada data
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush