WIP: Standard backend theme page and login
Signed-off-by: Deon George <deon@leenooks.net>
This commit is contained in:
@@ -25,6 +25,8 @@ class HomeController extends Controller
|
||||
*/
|
||||
public function show()
|
||||
{
|
||||
return view('home');
|
||||
return view('home',[
|
||||
'page_title'=>'Dashboard',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user