added things to external link views and worked in controller

This commit is contained in:
Vedde
2020-06-26 13:56:28 +02:00
parent 59deaf5eb3
commit 89082b281b
8 changed files with 47 additions and 16 deletions
@@ -20,9 +20,9 @@
</tr>
@foreach($links as $link)
<tr>
<th>{ID}</th>
<th>{Titel}</th>
<th>{Link}</th>
<th>{{ $link->id }}</th>
<th>{{$link->name}}</th>
<th><a href="{{$link->link}}"> {{$link->link}} </th>
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/trashcan-dark.svg') }}" alt="Delete"></a></td>
</tr>