@include('components.message') @if($website->show_logo || $website->show_caption)
@if($website->show_logo)
@endif @if($website->show_caption)
{{ $website->title ?? '' }}
{{ $website->sub_title ?? '' }}
@endif
@endif @if($website->show_banner)
@endif @if($website->show_sub_banners)
@endif
{!! $website->featured_products_title ?? '' !!}
@if(isset($website_product)) @foreach($website_product as $product)
{{ $product->product_name }}
Rp. {{ number_format($product->sell_price) }}
{{ $website->add_to_cart_text ?? 'Buy Now' }}
@endforeach @endif