| @if ($products->count() < 3) @endif | @foreach ($products as $product)
@if ($products->count() > 1)
@endif
|
@endforeach
| {{ $group->name }} | @foreach ($products as $product){{ $product->title }} | @endforeach
|---|---|
| {{ $spec->name }} | @foreach ($products as $product) @php $specification_value = $specifications ->where('specification_id', $spec->id) ->where('product_id', $product->id) ->first(); @endphp{{ $specification_value ? $specification_value->value : '-' }} | @endforeach @endforeach @endforeach
| @foreach ($products as $product) | {{ trans('front::messages.products.compare-show-product') }} | @endforeach