q, $album->name, $album->artist->name); if ($url) { return redirect($url); } else { abort(404, "Koel can't find such a song on iTunes Store."); } } }