@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
@if(count($allImages) > 1)
@foreach($allImages as $i => $src)
@endforeach
@endif @if(count($allImages) > 0)
Perbesar
@else
@endif
{{ $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
Bagikan:
@if($branding->content)
Deskripsi Produk
{!! $branding->content !!}
@endif @if($recent->count())
Produk Lainnya
@foreach($recent as $item)
@if($item->image)
@else
@endif
{{ $item->title }}
Detail
@endforeach
@endif
×
@include('components.footer')