@php /* $layout_page = shop_compare $compare: no paginate */ @endphp @extends($sc_templatePath.'.layout') @section('block_main_content_center')
{{ $title }}
@if (count($compare) ==0)
{{ trans('front.no_data') }}
@else
@php $n = 0; @endphp @foreach($compare as $key => $item) @php $n++; $product = $modelProduct->start()->getDetail($item->id, null, $item->storeId); @endphp @if ($n % 4 == 0) @endif @endforeach
{{ $product->name }}({{ $product->sku }})

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