
How to use Custom Slots in full page Livewire components
If you are using full page components in Livewire, your component will look something like this: Th...
If you are using full page components in Livewire, your component will look something like this: Th...
Laravel provides a nice and easy way to get the current url: url()->current()
. But have you ever t...