first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php extend('layouts/account_layout'); ?>
<?php section('content'); ?>
<h3><?= lang('log_out') ?></h3>
<p>
<small>
<?= lang('logout_success') ?>
</small>
</p>
<div class="d-flex justify-content-between my-5">
<a href="<?= site_url('login') ?>" class="btn btn-outline-secondary btn-large">
<i class="fas fa-wrench me-2"></i>
<?= lang('backend_section') ?>
</a>
<a href="<?= site_url() ?>" class="btn btn-primary btn-large">
<i class="fas fa-calendar-alt me-2"></i>
<?= lang('book_appointment_title') ?>
</a>
</div>
<?php end_section('content'); ?>