@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.wishlist.page-title') }} @endsection @section('content-wrapper')
@include('shop::customers.account.partials.sidemenu') @inject ('reviewHelper', 'Webkul\Product\Helpers\Review')
{!! view_render_event('bagisto.shop.customers.account.wishlist.list.before', ['wishlist' => $items]) !!} {!! view_render_event('bagisto.shop.customers.account.wishlist.list.after', ['wishlist' => $items]) !!}
@endsection