@include('components.message') @if($website->show_logo || $website->show_caption)
@if($website->show_logo) Logo @endif @if($website->show_caption)

{{ $website->title ?? '' }}

{{ $website->sub_title ?? '' }}

@endif
@endif @if($website->show_banner)
Main Banner
@endif @if($website->show_sub_banners)
@endif
@if(isset($website_product)) @foreach($website_product as $product)
Product Image
{{ $product->product_name }}

Rp. {{ number_format($product->sell_price) }}

@endforeach @endif