add_balance

This commit is contained in:
SoHardKI
2019-06-21 18:05:58 +03:00
parent 0727013ddd
commit 1b088402df
313 changed files with 543 additions and 25 deletions

0
backend/views/layouts/content.php Normal file → Executable file
View File

0
backend/views/layouts/header.php Normal file → Executable file
View File

3
backend/views/layouts/left.php Normal file → Executable file
View File

@ -33,7 +33,8 @@
['label' => 'Компании', 'icon' => 'building', 'url' => ['/hh/hh']],
['label' => 'Вакансии', 'icon' => 'user-md', 'url' => ['/hh/hh-job']],
],
]
],
['label' => 'Баланс', 'icon' => 'dollar', 'url' => ['/balance/balance']],
/*['label' => 'Gii', 'icon' => 'file-code-o', 'url' => ['/gii']],
['label' => 'Debug', 'icon' => 'dashboard', 'url' => ['/debug']],

0
backend/views/layouts/main-login.php Normal file → Executable file
View File

0
backend/views/layouts/main.php Normal file → Executable file
View File