Add function get and modify italian words and dialectic word from DB

This commit is contained in:
paoloGuagnano
2024-02-10 12:14:26 +01:00
parent dabe294cc2
commit 6889c0e49b
6 changed files with 59 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
<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="edit_record/{{ $item->id }}"><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