@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.wishlist.customer-name', ['name' => $customer->name]) }} @endsection @section('content-wrapper')

{{ __('shop::app.customer.account.wishlist.customer-name', ['name' => $customer->name]) }}

@foreach ($items as $item) @include('shop::customers.account.wishlist.wishlist-product', ['item' => $item]) @endforeach
@endsection