revised form meeting seminar

This commit is contained in:
Jagad R R
2025-01-04 13:16:00 +07:00
parent c584c04dcb
commit ec02c3f024
9 changed files with 408 additions and 154 deletions
@@ -84,6 +84,7 @@
<thead class="bg-light text-capitalize">
<tr>
<th>#</th>
<th>No Expense</th>
<th>Nama</th>
<th>Rayon</th>
<th>Tanggal</th>
@@ -109,6 +110,7 @@
@foreach ($forms as $item)
<tr>
<td>{{ $loop->iteration }}</td>
<td>{{ $item->expense_number }}</td>
<td>{{ $item->user->name }}</td>
<td>{{ $item->rayon->code }}</td>
<td>{{ \Carbon\Carbon::parse($item->tanggal)->locale('id')->isoFormat('D MMMM Y') }}</td>