update
parent
d4c500af60
commit
ca23f598b3
|
|
@ -55,7 +55,7 @@
|
|||
<section class="bg-white rounded-3xl border border-slate-200 shadow-sm overflow-hidden">
|
||||
<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">
|
||||
<i data-lucide="table" class="w-5 h-5 mr-2 text-blue-600"></i> Data Grid - {{ $dataset->tabelData->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 }}
|
||||
</h3>
|
||||
{{-- <span class="text-xs font-bold text-slate-400 uppercase">Jumlah Row Data: 100</span> --}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue