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