main
Ilham Wara Nugroho 2025-12-05 09:31:56 +07:00
parent 2dc48556ad
commit ea1777edd1
1 changed files with 26 additions and 29 deletions

View File

@ -69,7 +69,6 @@
<div class="grid grid-cols-3 gap-6">
@forelse($dataset as $dataSet)
<a href="{{ url('dataset/detail/'.encode_id($dataSet->DatasetId)) }}" class="">
<div class="bg-white rounded-[20px] shadow-lg p-5 py-10 gap-6 flex">
<div class="flex flex-col gap-3 items-center text-center">
<div class="flex flex-col items-center gap-3">
@ -88,16 +87,13 @@
<span class="rounded-full text-[10px] hidden lg:block bg-[#E9811A] text-white px-2 py-1">{{ substr($dataSet->template->name,0,25) }}...</span>
</div>
<div class="w-full hidden">
Lihat Detail
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" />
</svg>
</div>
</div>
</div>
</a>
{{-- <div class="flex items-center justify-between w-full hidden">
<div class="flex flex-col gap-3">
@ -105,6 +101,7 @@
</div> --}}
</div>
</a>
@empty
<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>