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