@include('components.navbar') @php $allImages = []; if ($branding->image) { $allImages[] = asset('storage/'.$branding->image); } foreach ($branding->images as $img) { $allImages[] = asset('storage/'.$img->image_path); } @endphp
Kembali ke Komersialisasi
{{ $branding->kategori->name ?? 'Produk' }}

{{ $branding->title }}

@if($branding->link_3) Form Pemesanan @endif
Hubungi
@if($branding->link_1) WhatsApp @endif @if($branding->link_2) Instagram @endif
@if($branding->content)

Deskripsi Produk

{!! $branding->content !!}
@endif @if($recent->count())

Produk Lainnya

@foreach($recent as $item)
@if($item->image) {{ $item->title }} @else
@endif
{{ $item->title }}
Detail
@endforeach
@endif
@include('components.footer')