You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lofewagot
Anotherthing that I find myself going back and forth on is whether to use regular Blade views with a controller, or the Route::livewire() method. I like the idea of going all in with Livewire, but am not sure yet. The main thing holding me back is route caching. When using Route::livewire() it seems that it utilizes closures so caching routes is not possible.