Other methods on how to hide or disable parts of the webpage in Laravel Livewire without proper permissions?
I wondering if Laravel has some kind of functionality where i can hide or disable parts of my webpage if the user doesn't have any kind permission. For example: I have a navigation button named "Feedback" <a class="btn btn-secondary" href="/feedback">Feedback</a>…