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

Produk

Rincian Produk

Produk
@foreach ($catalog_photos ?? [] as $catalog_photo)
@endforeach
{{ $catalog->category_name }}
{{ $catalog->name }}
{{ format_rupiah($catalog->price) }}

{!! $catalog->description !!}

@endsection @push('styles') @endpush @push('scripts') @endpush