@extends('layouts.account', ['title' => 'Account - Wishlist']) @section('content')

Wishlist

{{-- --}}
{{--
Interesting offers
--}} {{-- --}}
@foreach ($wishlists as $key => $value) @include('components.home.product-card', ['product' => $value->item]) @endforeach
@endsection @section('scripts') @endsection