@extends('frontend.layouts.app') @section('title') @endsection @section('seo') Shop | Bonfire Charcoal: Ignite Culinary Excellence with Premium Briquets for Grilling Perfection @endsection @section('content')
@foreach($items as $item)
...
{{$item->prodName}}
-----------------------------------------------
P{{$item->price}}
Product Name
{{$item->prodName}}

Description
{!!$item->description!!}

Varation
{{$item->varation}}

Weight
{{$item->weight}}

Size/Dimension
{{$item->length}} mm x {{$item->width}} mm x {{$item->height}} mm
@if($item->lazada || $item->shopee)
SHOP AT:
@endif
@if($item->lazada) @endif @if($item->shopee) @endif

@endforeach
@foreach($items2 as $item)
...
{{$item->prodName}}
-----------------------------------------------
P{{$item->price}}
Product Name
{{$item->prodName}}

Description
{!!$item->description!!}

Varation
{{$item->varation}}

Weight
{{$item->weight}}

Size/Dimension
{{$item->length}} mm x {{$item->width}} mm x {{$item->height}} mm
@if($item->lazada || $item->shopee)
SHOP AT:
@endif
@if($item->lazada) @endif @if($item->shopee) @endif

@endforeach
@foreach($items3 as $item)
...
{{$item->prodName}}
-----------------------------------------------
P{{$item->price}}
Product Name
{{$item->prodName}}

Description
{!!$item->description!!}

Varation
{{$item->varation}}

Weight
{{$item->weight}}

Size/Dimension
{{$item->length}} mm x {{$item->width}} mm x {{$item->height}} mm
@if($item->lazada || $item->shopee)
SHOP AT:
@endif
@if($item->lazada) @endif @if($item->shopee) @endif

@endforeach
{{--

PRODUCT PROMOS

--}}

FEATURED PROMOS


@endsection @section('js') @endsection