@extends('dashboards.vendor.index') @section('content')

Liked Products

@foreach ($wishlists as $wishlist) @endforeach
Liked Products Actions
{{ $wishlist->user->name }} has liked your product {{ $wishlist->product->name }}
@endsection @section('script') @endsection