mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
17 lines
433 B
PHP
17 lines
433 B
PHP
<?= $this->include("themes/_commonPartialsBs/select2bs5") ?>
|
|
<?= $this->include("themes/_commonPartialsBs/datatables") ?>
|
|
<?= $this->extend('themes/vuexy/main/defaultlayout') ?>
|
|
|
|
<?= $this->section('content'); ?>
|
|
<!--Content Body-->
|
|
<div class="container-xxl flex-grow-1 container-p-y">
|
|
<?= view("themes/vuexy/form/presupuestos/cosidotapablanda/_mensajeria",data:["presupuestoId" => null]) ?>
|
|
</div>
|
|
<?= $this->endSection() ?>
|
|
|
|
|
|
|
|
|
|
|
|
|