@include('layouts.header')
@include('myAccount.myAccount_sidebar')

Wishlist

@if($fetch_wishlist && count($fetch_wishlist) > 0) @php $i = 0; @endphp @foreach($fetch_wishlist as $wish) @endforeach @else @endif Go Shop
@include('layouts.footer')
@include('layouts.sticky-footer') @include('layouts.mobile-menu')