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