feat(admin): update admin layout for better ux + update brand pine colors

This commit is contained in:
Yassine Doghri 2021-09-03 16:34:06 +00:00
commit d86142ebe7
18 changed files with 189 additions and 155 deletions

View file

@ -18,14 +18,14 @@ class MyAccountController extends BaseController
{
public function index(): string
{
return view('my_account\view');
return view('my_account/view');
}
public function changePassword(): string
{
helper('form');
return view('my_account\change_password');
return view('my_account/change_password');
}
public function attemptChange(): RedirectResponse