Ajustes Toast

This commit is contained in:
Halbe Bruno
2025-12-06 08:47:48 -03:00
parent 81dd696d0b
commit 77ae5965c1
13 changed files with 139 additions and 133 deletions

View File

@@ -10,12 +10,7 @@
</a>
</div>
<?php if (isset($_SESSION['flash_success'])): ?>
<div class="bg-green-50 border-l-4 border-green-500 p-4 m-6">
<p class="text-sm text-green-700"><?= $_SESSION['flash_success'] ?></p>
</div>
<?php unset($_SESSION['flash_success']); ?>
<?php endif; ?>
<div class="overflow-x-auto">
<table class="w-full">