name('login'); Route::get('', 'Shop\HomeController@index')->name('welcome'); Route::get('home', 'Shop\HomeController@index')->name('home'); include __DIR__.'/Admin/route.php'; include __DIR__.'/Shop/route.php'; include __DIR__.'/Botanic/route.php'; include __DIR__.'/paybox.php';