update
parent
29d2d380a1
commit
71431b6a2a
|
|
@ -52,7 +52,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Data Preview Section -->
|
<!-- Data Preview Section -->
|
||||||
<section class="bg-white rounded-3xl border border-slate-200 shadow-sm overflow-hidden">
|
<section class="bg-white p-5 rounded-3xl border border-slate-200 shadow-sm overflow-hidden">
|
||||||
<div class="p-6 border-b border-slate-100 flex justify-between items-center">
|
<div class="p-6 border-b border-slate-100 flex justify-between items-center">
|
||||||
<h3 class="text-lg font-bold text-slate-900 flex items-center">
|
<h3 class="text-lg font-bold text-slate-900 flex items-center">
|
||||||
<i data-lucide="table" class="w-5 h-5 mr-2 text-blue-600"></i> Data Grid - {{ $dataset->tahun >= 2026 ? $dataset->tabelData->name : $dataset->name }}
|
<i data-lucide="table" class="w-5 h-5 mr-2 text-blue-600"></i> Data Grid - {{ $dataset->tahun >= 2026 ? $dataset->tabelData->name : $dataset->name }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue