update
parent
8fc7bbe87a
commit
97e04f3918
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue