lotteryAdmin(); abort_if($admin === null, 401); return ApiResponse::success( AdminDrawApiPresenter::show($draw, $admin, $this->hallPreview), ); } }