update
parent
c705d3e541
commit
023153fc3b
|
|
@ -3,7 +3,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
@section('content')
|
@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 class="relative flex justify-between items-center content-center mb-10">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="">Home / <span class="bold">Dataset</span></h1>
|
<h1 class="">Home / <span class="bold">Dataset</span></h1>
|
||||||
|
|
@ -86,20 +86,7 @@
|
||||||
<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 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>
|
||||||
|
|
||||||
{{-- <div class="flex items-center justify-between w-full hidden">
|
|
||||||
<div class="flex flex-col gap-3">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div> --}}
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@empty
|
@empty
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue