Travel: Init + widok index faktur

This commit is contained in:
2026-04-27 00:32:50 +02:00
parent a22f219c67
commit fcc3494392
5 changed files with 613 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php
$enablePrototypeComments = true;
include '../../header-travel.php';
?>
<div class="container-xxl flex-grow-1 container-p-y" style="padding-top: 1rem!important">
<h4 class="fw-bold py-3 mb-4">
Travel Manager <span class="text-muted fw-light">/ Kokpit</span>
</h4>
<!-- Baner Informacyjny -->
<div class="row mb-4">
</div>
</div>
<?php include '../../footer.php'; ?>
</body>
</html>