Add function insert name and translation into DB

This commit is contained in:
paoloGuagnano
2024-02-08 18:47:52 +01:00
parent f0746b67f5
commit dabe294cc2
5 changed files with 25 additions and 11 deletions

View File

@@ -14,6 +14,8 @@
<tr>
<td>{{ $item->{$fields[0]} }}</td>
<td>{{ $item->{$fields[1]} }}</td>
<td> <a href=""><button class="btn btn-primary">Edit</button> </a> </td>
<td> <a href="delete_record/{{ $item->id }}"><button class="btn btn-danger">Delete</button> </a> </td>
</tr>
@empty
<tr>