Commit ecce8e6b authored by odlai's avatar odlai

add line page

parent f67c122f
......@@ -82,4 +82,11 @@ class PageController extends Controller
$people=People::all();
return View('index',['page' => 'test','result'=>$query,'iresult'=>$main,'people'=>$people,'navbar_li'=>'video_replay.layout.navbar_li','title'=>'tt']);
}
public function line()
{
$query = Path::all();
$main=Car::all();
return View('index',['page' => 'line.line','result'=>$query,'iresult'=>$main,'navbar_li'=>'layouts.navbar_li','title'=>'tt']);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment