🚀 Update langIndex.blade.php update table ui .main #33

pull/36/head
YasinDehfuli 3 months ago
parent 97023c7431
commit 9e683fa5c2

@ -13,10 +13,9 @@
<thead class="thead-dark">
<tr>
<th>
<input type="checkbox" class="chkall"/>
#
</th>
<th>
{{__("Name")}}
</th>
<th>
@ -29,13 +28,15 @@
{{__("Action")}}
</th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr>
</thead>
<tbody>
@foreach ($langs as $n)
<tr>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}}
</td>
<td>
@ -62,6 +63,9 @@
<i class="ri-close-line"></i>
</a>
</td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td>
</tr>
@endforeach
</tbody>

Loading…
Cancel
Save