@php /* $layout_page = shop_cart $wishlist: no paginate */ @endphp @extends($sc_templatePath.'.layout') @section('block_main_content_center')
FAVOURITE VENDOR
@if (count($wishlist) ==0) {{ trans('front.empty_product') }} @else
@foreach($wishlist as $item) @php $n = (isset($n)?$n:0); $n++; $product = $modelProduct->start()->getDetail($item->id, null, $item->storeId); @endphp @endforeach
No. SKU Name Price Remove
{{ $n }} {{ $product->sku }} {{ $product->name }} {{ $product->name }}
{{-- Process attributes --}} @if ($item->options->count()) ( @foreach ($item->options as $keyAtt => $att) {{ $attributesGroup[$keyAtt] }}: {{ $att }} ; @endforeach )
@endif {{-- //end Process attributes --}}
{!! $product->showPrice() !!}
@endif
@endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}} @push('styles') {{-- Your css style --}} @endpush @push('scripts') {{-- Your scripts --}} @endpush