first(); if ( $playlist ) { return view('playlist', ['playlist' => $playlist ] ); } abort(404); } }