Trending Products

@if (session('success'))
{{ session('success') }}
@endif
@csrf
Search and select exactly 10 products.
@if ($selectedProducts->count())
Currently Selected Trending Products
    @foreach ($selectedProducts as $productName)
  • {{ $productName }} Trending
  • @endforeach

To update, simply select a new set of 10 products above and click "Save".

@endif