main
Ilham Wara Nugroho 2026-06-17 13:06:26 +07:00
parent 8fc7bbe87a
commit 97e04f3918
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
<table class="table table-bordered table-detail">
<tr>
<th>#</th>
<th>No.</th>
<th>Tahun</th>
@foreach ($formDetails as $detail)
@ -68,6 +69,7 @@
@endphp
@foreach ($years as $k => $year)
<tr>
<td><a href="" class="btn btn-info btn-sm"><i class="bx bx-pencil"></i></a></td>
<td>{{ $k+1 }}</td>
<td>{{ $year }}</td>
@foreach ($formDetails as $detail)