<?php namespace App\Http\Controllers\Mobile\Health; use App\Http\Controllers\Mobile\MobileBaseController; class GongzhonghaoController extends MobileBaseController { public function index() { return view('mobile.app.health.gongzhonghao.index'); } }