@extends('templates.'.sc_store('template').'.shop_layout') @section('main')

{{ $title }}

@if (count($compare) ==0)
Not found!
@else
@php $n = 0; @endphp @foreach($compare as $key => $item) @php $n++; $product = App\Models\ShopProduct::find($item->id); @endphp @if ($n % 4 == 0) @endif @endforeach
{{ $product->name }}({{ $product->sku }})

{!! $product->showPrice() !!}
{!! $product->description !!}
$item->rowId])}}">
@endif
@endsection @section('breadcrumb') @endsection @push('scripts') @endpush