Bottom Navigation - Laravel Blade
Use the bottom navigation bar component to provide navigation links at the bottom of the page.
Usage
Blade code
<x-fwb.bottom-nav>
<x-fwb.bottom-nav.item href="#" label="Home" :active="true" />
<x-fwb.bottom-nav.item href="#" label="Wallet" />
<x-fwb.bottom-nav.item href="#" label="Settings" />
<x-fwb.bottom-nav.item href="#" label="Profile" />
</x-fwb.bottom-nav>