getRootPath() . 'public/admin/index.html'; if (file_exists($template)) { return view($template); } return JsonService::success($name); } }