59: Navbar badge
In this lesson, you will work through Navbar badge as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: Okay. So another thing we want to go ahead and do is we want to add an indicator of how many items are in the basket. So we can go ahead and here say X text basket dot reduce total item equal to total plus item plus quantity zero and then have a class in here for the indicator as well . So I'm going to go ahead and I'm going to add this on to a new line and what we have now is we have a lovely indicator here showing that we have three items in here , which is exactly what we want. Now the next thing is you want to...