fix: menghapus komentar untuk foreach transaction
This commit is contained in:
parent
e8ac91502e
commit
c5894b7459
@ -36,7 +36,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{-- @foreach ($transactions as $transaction)
|
@foreach ($transactions as $transaction)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $loop->iteration }}</td>
|
<td>{{ $loop->iteration }}</td>
|
||||||
<td>{{ $transaction->cashier->biography->full_name ?? '-deleted-' }}</td>
|
<td>{{ $transaction->cashier->biography->full_name ?? '-deleted-' }}</td>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
</td>
|
</td>
|
||||||
@endif
|
@endif
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach --}}
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user