Support the ongoing development of Laravel.io →
Session Database
Last updated 1 year ago.
0

Your code is a bit hard to follow, and it seems you'd only be keeping track of one item against a user. Anyway why not just do a simple check like this:

@if( Auth::user()->item_id = $btn->item_id )
  <div class="wantIt"></div>
@else
  <div class="unwantIt"></div>
@endif
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.