I have a view where I want to load several data from different tables, I have them in different controllers, how can I send that data through a route to the view.
Route::get('estudiantes',function(){
return view('estudiantes');})->name('estudiantes');
This is the route with which I enter the view