chartboard/app/Views/share/expired.php
2026-03-30 09:51:33 +05:30

8 lines
258 B
PHP

<?= $this->extend('layouts/embed') ?>
<?= $this->section('content') ?>
<div class="container py-5 text-center">
<h1 class="h4">This link has expired</h1>
<p class="text-muted">Ask the owner for a new share link.</p>
</div>
<?= $this->endSection() ?>