74: Basket
In this lesson, you will work through Basket as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: Alright, so we want to fix this basket bit here, so we want it to essentially display the correct items in here. So in order to do that, we want to essentially go ahead and first inform us, and show we add an item correctly to the basket. So I'm going to go ahead and I'm going to create a card item and we're going to basically utilize this card item up here. At the moment, we are not getting the quantity correct. So if we go ahead, there we go. The quantity needs to be here because otherwise it's in preventing addi...