Edited washing-machines, app\root\index & admin\layout\base

This commit is contained in:
Anders
2020-06-24 14:19:55 +02:00
parent d7d33d1696
commit 4ed33e4f99
9 changed files with 41 additions and 110 deletions
@@ -2,32 +2,13 @@
@extends("admin.layout.header")
@section("title")
Vaskemaskiner - Vis
Vaskemaskiner - Rediger
@endsection
@section("path")
<a href="" class="text-white">Vis Vaskemaskiner</a> /
<a href="{{ route('washing-machines.create') }}" class="text-white">Rediger Vaskemaskine</a> /
@endsection
@section("content")
<table class="tbl">
<tr>
<th>ID</th>
<th>Fornavn</th>
<th>Efternavn</th>
<th>Email</th>
<th>Tlf nr</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>
<td>{Fornavn}</td>
<td>{Efternavn}</td>
<td>{Email}</td>
<td>{TLF}</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>
Din vaskemaskine blev (ikke) redigeret.
@endsection