@extends('templates.'.sc_store('template').'.shop_layout')
@section('main')
{{ $title }}
@if (count($compare) ==0)
@php
$n = 0;
@endphp
@foreach($compare as $key => $item)
@php
$n++;
$product = App\Models\ShopProduct::find($item->id);
@endphp
@endif
@endforeach
{{ $product->name }}({{ $product->sku }})
@if ($n % 4 == 0)
{!! $product->showPrice() !!}
{!! $product->description !!}
$item->rowId])}}">