added things to external link views and worked in controller
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user