@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->customer_wishlist_page_title ?? __('My Wishlist') }} @else {{ __('My Wishlist') }} @endif @endsection @section('hero-section')
@endsection @section('content')
@includeIf('frontend.customer.partials.sidebar')
@endsection