name('song.show'); Route::get('/playlist/{playlist}', 'PlaylistController@show')->name('playlist.show'); Auth::routes(); Route::get('/home', 'HomeController@index')->name('home');