@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