main
Ilham Wara Nugroho 2025-12-05 09:03:00 +07:00
parent 82e55742b8
commit 0c8d9b62ea
2 changed files with 6 additions and 5 deletions

BIN
public/.DS_Store vendored

Binary file not shown.

View File

@ -22,7 +22,7 @@
</section> </section>
<section class="container py-20 px-5"> <section class="container py-20 px-5">
<div class="flex md:flex-row gap-6"> <div class="flex md:flex-row gap-6">
<div class="bg-white text-center h-full rounded-[20px] shadow-lg p-5 py-10 gap-3 md:w-1/2 hidden"> <div class="bg-white text-center h-full rounded-[20px] shadow-lg p-5 py-10 gap-3 md:w-1/4">
<div class="flex justify-between"> <div class="flex justify-between">
<div> <div>
<h1 class="bold">Filter</h1> <h1 class="bold">Filter</h1>
@ -62,11 +62,12 @@
</div> </div>
</div> </div>
</div> </div>
<div class="flex flex-col gap-6 w-full"> <div class="flex flex-col gap-6 w-3/4">
@forelse($dataset as $dataSet) @forelse($dataset as $dataSet)
<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">
<img src="{{ asset('uploads/'.@$dataSet->instansi->logo) }}" alt="" width="50" class=""> <img src="{{ asset('logodki.png') }}" alt="" width="50" class="">
{{-- <img src="{{ asset('uploads/'.@$dataSet->instansi->logo) }}" alt="" width="50" class=""> --}}
<h1 class="font-bold">{{ $dataSet->instansi->name }}</h1> <h1 class="font-bold">{{ $dataSet->instansi->name }}</h1>
</div> </div>
<div class="flex items-center justify-between w-full"> <div class="flex items-center justify-between w-full">
@ -82,7 +83,7 @@
<span class="rounded-full text-[10px] hidden lg:block bg-[#E9811A] text-white px-2 py-1">{{$dataSet->template->name}}</span> <span class="rounded-full text-[10px] hidden lg:block bg-[#E9811A] text-white px-2 py-1">{{$dataSet->template->name}}</span>
</div> </div>
</div> </div>
<a href="{{ url('dataset/detail/'.encode_id($dataSet->DatasetId)) }}" class="p-2 bg-[#103760] rounded-full flex items-center justify-center"> <a href="{{ url('dataset/detail/'.encode_id($dataSet->DatasetId)) }}" class="p-2 bg-[#103760] rounded-full flex items-center justify-center hidden">
<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>