update
parent
2dc48556ad
commit
ea1777edd1
|
|
@ -69,7 +69,6 @@
|
||||||
<div class="grid grid-cols-3 gap-6">
|
<div class="grid grid-cols-3 gap-6">
|
||||||
@forelse($dataset as $dataSet)
|
@forelse($dataset as $dataSet)
|
||||||
<a href="{{ url('dataset/detail/'.encode_id($dataSet->DatasetId)) }}" class="">
|
<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="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 gap-3 items-center text-center">
|
||||||
<div class="flex flex-col items-center gap-3">
|
<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>
|
<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>
|
||||||
<div class="w-full hidden">
|
<div class="w-full hidden">
|
||||||
|
|
||||||
Lihat Detail
|
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">
|
<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" />
|
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" />
|
||||||
</svg>
|
</svg>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{{-- <div class="flex items-center justify-between w-full hidden">
|
{{-- <div class="flex items-center justify-between w-full hidden">
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
|
|
||||||
|
|
@ -105,6 +101,7 @@
|
||||||
|
|
||||||
</div> --}}
|
</div> --}}
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
@empty
|
@empty
|
||||||
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue