recreate project

This commit is contained in:
root
2026-02-10 22:11:06 -05:00
commit 663c0cdbda
10149 changed files with 1379710 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?= $this->extend('layout/management_layout') ?>
<?= $this->section('content') ?>
<div class="container-fluid">
<div class="wrapper">
<div class="content">
</div> <div class="container rfid-announcement">
<div class="text-center mx-auto mb-5 wow" data-wow-delay="0.1s" style="max-width: 600px;">
<h2 class="text-dark" style="font-family: Arial, sans-serif;">RFID Integration Coming Soon</h2>
</div>
<p>We are currently working on integrating RFID technology to enhance check-in/check-out security and automation
for students.</p>
<p>Stay tuned — this feature will be available in an upcoming system update!</p>
</div>
<?= $this->endSection() ?>