@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.wishlist.customer-name', ['name' => $customer->name]) }} @endsection @section('content-wrapper') @inject ('reviewHelper', 'Webkul\Product\Helpers\Review')
@foreach ($items as $item) @include('shop::customers.account.wishlist.wishlist-product', ['item' => $item]) @endforeach
@endsection