16 lines
739 B
PHP
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() ?>
|