mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Cambiadas rutas de maquinas, papel generico, papel impresion, perfil y paises
This commit is contained in:
@ -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() ?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user