Añadidas tarifas extras, trabajando en permisos de tarifas

This commit is contained in:
imnavajas
2024-06-18 22:33:07 +02:00
parent 20702a47f8
commit 2d0732c218
12 changed files with 67 additions and 86 deletions

View File

@ -17,7 +17,7 @@ class Home extends BaseController
public function index()
{
echo view(getenv('theme.path') . 'main/defaultlayout');
echo view(getenv('theme.path') . 'form/home/viewHome');
}