mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 07:50:54 -03:00
Improving welcome page
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
$name = 'Bruno';
|
||||
return view('welcome', compact('name'));
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Route::get('/product', 'ProductController@index');
|
||||
|
||||
Reference in New Issue
Block a user