@extends('frontend.layouts.app', ['title' => 'Best Seller Products']) @section('content')

Best Seller Products

@foreach ($products as $product) @php $isInWishlist = $wishlist->contains('product_id', $product->product_id); @endphp @endforeach
@endsection