Files
crm-ms1/v4_ci4/app/Views/template_inventaire.php
2026-05-27 11:44:10 -04:00

19 lines
274 B
PHP

<?php
$title = "Inventaire";
$this->setVar('title', $title);
?>
<?= $this->extend('layouts/raven') ?>
<?= $this->section('content') ?>
<div class="container mx-auto p-6">
<?= $this->renderSection('page_content') ?>
</div>
<?= $this->endSection() ?>