Removed ID From all admin sites.

Added washing-reservations under washing-machines instead of being alone
This commit is contained in:
Anders
2020-06-26 12:17:46 +02:00
parent 8569496d3d
commit 400f2e563f
15 changed files with 3 additions and 37 deletions
@@ -12,7 +12,6 @@
@section("content")
<table class="tbl">
<tr>
<th>ID</th>
<th>Fornavn</th>
<th>Efternavn</th>
<th>Tlf nr</th>
@@ -22,7 +21,6 @@
</tr>
@foreach($reservations as $reservation)
<tr>
<td>{ID}</td>
<td>{Fornavn}</td>
<td>{Efternavn}</td>
<td>{Tlf Nr}</td>
@@ -12,7 +12,6 @@
@section("content")
<table class="tbl">
<tr>
<th>ID</th>
<th>Fornavn</th>
<th>Efternavn</th>
<th>Telefon Nr.</th>
@@ -21,7 +20,6 @@
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
</tr>
<tr>
<th>ID</th>
<th>Fornavn</th>
<th>Efternavn</th>
<th>Telefon Nr.</th>