Travel: Widok dostawcy - ekran listy zleceń

This commit is contained in:
2026-08-19 23:22:34 +02:00
parent b5ff24b856
commit 074f70ae06
7 changed files with 428 additions and 4 deletions
+25
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">
Aplikacja dostawcy <span class="text-muted fw-light">/ Biura podróży</span>
</h4>
<!-- CONTENT -->
<div class="row mb-4">
</div>
</div>
<?php include '../../footer.php'; ?>
</body>
</html>