update
parent
6190f22c64
commit
2dc48556ad
|
|
@ -60,11 +60,16 @@
|
||||||
@endfor
|
@endfor
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="w-full">
|
||||||
|
<button class="">Cari</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-3/4">
|
<div class="w-3/4">
|
||||||
<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="">
|
||||||
|
|
||||||
<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">
|
||||||
|
|
@ -82,16 +87,17 @@
|
||||||
<span class="rounded-full text-[10px] bg-[#E9811A] text-white px-2 py-1">{{$dataSet->tahun}}</span>
|
<span class="rounded-full text-[10px] bg-[#E9811A] text-white px-2 py-1">{{$dataSet->tahun}}</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>
|
<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">
|
<div class="w-full hidden">
|
||||||
<a href="{{ url('dataset/detail/'.encode_id($dataSet->DatasetId)) }}" class="p-2 bg-[#103760] rounded-full flex items-center text-white justify-center">
|
|
||||||
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>
|
||||||
</a>
|
|
||||||
</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">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue