update
parent
9a7c522bde
commit
f63adbace6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue