whereMediaPath($path) ->whereNotNull('cdn_url') ->firstOrFail(); return redirect()->away($media->cdn_url); } }