increment('click_count'); $url = $ad->getTargetUrl(); if (!$url) { abort(404); } return redirect()->away($url); } }