update
parent
7a6f145e9d
commit
8064a5ae47
|
@ -6,7 +6,7 @@
|
||||||
@section('content')
|
@section('content')
|
||||||
<section id="section4" class="container mx-auto p-12 md:py-12">
|
<section id="section4" class="container mx-auto p-12 md:py-12">
|
||||||
<div class="flex justify-between mb-15">
|
<div class="flex justify-between mb-15">
|
||||||
<h4 class="text-lg md:text-2xl font-extrabold text-black">Sekolah Adiwiyata</h4>
|
<h4 class="text-lg md:text-2xl font-extrabold text-black">{{@$title}}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<table class="table"
|
<table class="table"
|
||||||
|
@ -22,13 +22,13 @@
|
||||||
data-page-size="10"
|
data-page-size="10"
|
||||||
data-id-field="id"
|
data-id-field="id"
|
||||||
id="grid-data">
|
id="grid-data">
|
||||||
<thead class="bg-success text-white text-center border border-[#eaeaea] px-3 py-4">
|
<thead class="bg-success text-white text-center border border-[#eaeaea] px-3 py-3">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center border border-[#eaeaea] px-3 py-4" data-field="no">No</th>
|
<th class="text-center border border-[#eaeaea] px-3 py-2" data-field="no">No</th>
|
||||||
<th class="border border-[#eaeaea] px-3 py-4" data-field="sekolah">Sekolah</th>
|
<th class="border border-[#eaeaea] px-3 py-2" data-field="sekolah">Sekolah</th>
|
||||||
<th class="border border-[#eaeaea] px-3 py-4" data-field="kota">Kota</th>
|
<th class="border border-[#eaeaea] px-3 py-2" data-field="kota">Kota</th>
|
||||||
<th class="border border-[#eaeaea] px-3 py-4" data-field="tahun">Tahun</th>
|
<th class="text-center border border-[#eaeaea] px-3 py-2" data-field="tahun">Tahun</th>
|
||||||
<th class="border border-[#eaeaea] px-3 py-4" data-field="skor">Skor</th>
|
<th class="text-center border border-[#eaeaea] px-3 py-2" data-field="skor">Skor</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
|
|
Loading…
Reference in New Issue