update
parent
c705d3e541
commit
023153fc3b
|
|
@ -3,7 +3,7 @@
|
|||
@endsection
|
||||
@section('content')
|
||||
|
||||
<section class="container relative pt-30 py-20 pb-0 px-5 flex flex-col gap-5">
|
||||
<section class="container relative pt-[150px] py-20 pb-0 px-5 flex flex-col gap-5">
|
||||
<div class="relative flex justify-between items-center content-center mb-10">
|
||||
<div>
|
||||
<h1 class="">Home / <span class="bold">Dataset</span></h1>
|
||||
|
|
@ -86,21 +86,8 @@
|
|||
<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>
|
||||
</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 class="flex items-center justify-between w-full hidden">
|
||||
<div class="flex flex-col gap-3">
|
||||
|
||||
</div>
|
||||
|
||||
</div> --}}
|
||||
</div>
|
||||
</a>
|
||||
@empty
|
||||
<div class="bg-white rounded-[20px] shadow-lg p-5 py-10 gap-6 flex items-center justify-center ">
|
||||
|
|
|
|||
Loading…
Reference in New Issue