exists($arquivo->nome)) { ob_end_clean(); return Storage::download($arquivo->nome); } return abort(404); } }