update
parent
f716f371fd
commit
72a594acb3
|
|
@ -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') --}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue