Files
safekat/ci4/app/Views/themes/vuexy/form/mensajes/mensajesView.php
2024-09-23 10:00:47 +02:00

10 lines
403 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/components/chat_general", data: ["modelId" => null]) ?>
</div>
<?= $this->endSection() ?>