update
parent
f63adbace6
commit
55a4be3cb5
|
|
@ -91,7 +91,7 @@
|
||||||
</a>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</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 ">
|
<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>
|
<h2 class="text-2xl">Data Tidak Ada</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue