WIP: Standard backend theme page and login

Signed-off-by: Deon George <deon@leenooks.net>
This commit is contained in:
Deon George
2017-12-12 16:28:49 +11:00
parent e594ff2057
commit 33658e37a3
45 changed files with 1150 additions and 896 deletions

View File

@@ -25,6 +25,8 @@ class HomeController extends Controller
*/
public function show()
{
return view('home');
return view('home',[
'page_title'=>'Dashboard',
]);
}
}