main
Ilham Wara Nugroho 2026-06-12 14:38:42 +07:00
parent f716f371fd
commit 72a594acb3
1 changed files with 11 additions and 0 deletions

View File

@ -64,6 +64,17 @@
@endforeach @endforeach
</tr> </tr>
</thead> </thead>
<tbody>
@php
$years = activityYearRange($inventoryYear);
@endphp
@foreach ($years as $k => $year)
<tr>
<td>{{ $k+1 }}</td>
<td>{{ $year }}</td>
</tr>
@endforeach
</tbody>
</table> </table>
</form> </form>
{{-- @include('modules.form.table') --}} {{-- @include('modules.form.table') --}}