76: Checkout page part 1
In this lesson, you will work through Checkout page part 1 as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: Alright, so we want to go ahead in this case and have a checkout page. So one of the things we want to go ahead in here and take care of is use PHP- audits in the live file, make, we're going to go into pages/checkout. We don't want this to be an inline component, we don't need a test file for this, and in this case, we now have this checkout component. So if we head into checkout, the PHP, we got this one here. So the first thing we want to do in here is think about what do we want to do in here. So we want some f...