示例#1
0
 public function user()
 {
     lucid::$app->factory()->view('navigation')->render('dashboard.view.user', 'dashboard.view.user');
     lucid::$app->response()->replace('#main-fullwidth', html::h1('User dashboard'));
 }