|
|
|
@ -27,7 +27,8 @@ class HomeController extends Controller |
|
|
|
return $this->default($content); |
|
|
|
} |
|
|
|
|
|
|
|
protected function default(Content $content){ |
|
|
|
protected function default(Content $content) |
|
|
|
{ |
|
|
|
return $content |
|
|
|
->header('Dashboard') |
|
|
|
->description('Description...') |
|
|
|
@ -50,7 +51,8 @@ class HomeController extends Controller |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected function lanzu_mp(Content $content){ |
|
|
|
protected function lanzu_mp(Content $content) |
|
|
|
{ |
|
|
|
return $content->header('控制面板') |
|
|
|
->description('欢迎回到懒族后台') |
|
|
|
->body(function (Row $row) { |
|
|
|
@ -63,7 +65,8 @@ class HomeController extends Controller |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
protected function lanzu_mm(Content $content){ |
|
|
|
protected function lanzu_mm(Content $content) |
|
|
|
{ |
|
|
|
return $content->header('控制面板') |
|
|
|
->description('欢迎回到懒族后台') |
|
|
|
->body(function (Row $row) { |
|
|
|
|