why cant we use something like User::all('id', 'name', 'email', 'email_verified_at', 'created_at', 'updated_at')->paginate(10)
with livewire to avoide query and pass usless data to the view?
why cant we use something like User::all('id', 'name', 'email', 'email_verified_at', 'created_at', 'updated_at')->paginate(10)
with livewire to avoide query and pass usless data to the view?