Files
alrahma_sunday_school/app/Views/rfid/rfid_coming_soon.php
T
2026-02-10 22:11:06 -05:00

16 lines
739 B
PHP

<?= $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() ?>