Add Action Button on Topbar
I tried to add cart button next to the notification icon on topbar. But it didn't work. No modal opens when I clicked it.
Here is the code in AppPanelProvider.php
and here is the add-cart-button.blade.php
Can someone please show me what's wrong and point me in the right direction. Thank you.
3 Replies
Ok, i've found the solution. Thank you.
that was fast haha good job
maybe you'd like to add your solution here so future people can find it too?
Instead of create action directly in AppPanelProvider.php like before, i change it to livewire component:
// ShoppingCart.php
...
// shopping-cart.blade.php