WIP Integrazioni delle ultime modifiche. #4
@ -51,7 +51,7 @@
|
|||||||
@foreach($documenti as $documento)
|
@foreach($documenti as $documento)
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td><a href="/storage/{{ $documento->filename }}"><i class="fas fa-fw fa-file"></i> {{ $documento->descrizione }}</a></td>
|
<td><a href="{{ asset('storage/'.$documento->filename) }}"><i class="fas fa-fw fa-file"></i> {{ $documento->descrizione }}</a></td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<a class="btn btn-primary" href="/admin/doc_update?id={{ $documento->id }}">Edit</a>
|
<a class="btn btn-primary" href="/admin/doc_update?id={{ $documento->id }}">Edit</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user