@php Theme::layout('full-width') @endphp {!! Theme::partial('page-header') !!}
@if ($products->total()) @if (EcommerceHelper::isCartEnabled()) @endif @foreach ($products as $product) @if (EcommerceHelper::isCartEnabled()) @endif @endforeach
{{ __('Product') }} {{ __('Unit Price') }} {{ __('Stock status') }}
{{ $product->name }} {{ $product->name }} @if (is_plugin_active('marketplace') && $product->original_product->store->id) @endif
{{ __('Price') }}: {!! Theme::partial('ecommerce.product-price', compact('product')) !!}
@if ($product->isOutOfStock()) {{ __('Out Of Stock') }} @else {{ __('In Stock') }} @endif
@csrf
@else

{{ __('No products in wishlist!') }}

@endif