main
Ilham Wara Nugroho 2025-12-05 09:55:52 +07:00
parent 9a7c522bde
commit f63adbace6
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
</a>
@endforeach
</div>
@if(!@$dataset)
@if(count($dataset) == 0)
<div class="bg-white rounded-[20px] shadow-lg p-5 py-10 gap-6 flex items-center justify-center ">
<h2 class="text-2xl">Data Tidak Ada</h2>
</div>