This commit is contained in:
Frederikmillingpytlick
2020-06-15 15:09:13 +02:00
parent eb2ce43928
commit 5ce1e69d65
11 changed files with 75 additions and 88 deletions
@@ -1,14 +0,0 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Menuplan - Delete
@endsection
@section("path")
<a href="" class="text-white">Fjern Menuplan</a> /
@endsection
@section("content")
Delete
@endsection
@@ -21,6 +21,7 @@
<th>Lørdag</th>
<th>Søndag</th>
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/pencil.svg') }}" alt="Update"></th>
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
</tr>
<tr>
<td>{ID}</td>
@@ -32,6 +33,7 @@
<td>{Lørdag}</td>
<td>{Søndag}</td>
<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>
</table>
@endsection