updated rayon

This commit is contained in:
Jagad R R
2025-01-19 15:48:50 +07:00
parent c8dbef00d6
commit cbc6b5aa27
5 changed files with 40 additions and 7 deletions
@@ -43,6 +43,7 @@
<tr>
<th>#</th>
<th>Code</th>
<th>Cabang</th>
<th>Nama</th>
<th>Aksi</th>
</tr>
@@ -52,6 +53,7 @@
<tr>
<td>{{ $loop->index + 1 }}</td>
<td>{{ $rayon->code }}</td>
<td>{{ $rayon->cabang->name }}</td>
<td>{{ $rayon->name }}</td>
<td>
@if (auth()->user()->can('rayon.edit'))