I'm doing a draft of a page starting with making the routes.
These are the routes so far:
Route::get('/', function () {
return view('inicio');
});
Route::get('instituto', function () {
return view('instituto');
});
This is the layout:...
asked by
11.02.2018 / 21:24