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

8 lines
242 B
PHP

<?= $this->extend('layouts/embed') ?>
<?= $this->section('content') ?>
<div class="container py-5 text-center">
<h1 class="h4">Link not found</h1>
<p class="text-muted">This share URL is invalid.</p>
</div>
<?= $this->endSection() ?>