fix: menghapus komentar untuk foreach transaction

This commit is contained in:
Yoga Pangestu 2025-01-04 16:26:52 +07:00
parent e8ac91502e
commit c5894b7459

View File

@ -36,7 +36,7 @@
</tr>
</thead>
<tbody>
{{-- @foreach ($transactions as $transaction)
@foreach ($transactions as $transaction)
<tr>
<td>{{ $loop->iteration }}</td>
<td>{{ $transaction->cashier->biography->full_name ?? '-deleted-' }}</td>
@ -111,7 +111,7 @@
</td>
@endif
</tr>
@endforeach --}}
@endforeach
</tbody>
</table>
</div>