Cambiadas rutas de maquinas, papel generico, papel impresion, perfil y paises

This commit is contained in:
unknown
2025-04-08 14:45:14 +02:00
parent ae9af197ac
commit c0de7ec238
14 changed files with 186 additions and 169 deletions

View File

@ -8,7 +8,7 @@
<h5 class="card-header">Perfil de Usuario</h5>
<!-- Account -->
<div class="card-body">
<form id="formAccountSettings" method="POST" action="<?= site_url("profile/store") ?>">
<form id="formAccountSettings" method="post" action="<?= route_to("profileStore") ?>">
<?= csrf_field() ?>
<div class="row">
<div class="mb-3 col-md-4">
@ -81,13 +81,12 @@
</div>
<!-- /Account -->
</div>
</div>
<?php $settings = session()->get('settings'); ?>
</div>
</div>
</div>
<?= $this->endSection() ?>