mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
10 lines
403 B
PHP
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() ?>
|