Removed ID From all admin sites.
Added washing-reservations under washing-machines instead of being alone
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
@section("content")
|
||||
<table class="tbl">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Mandag</th>
|
||||
<th>Tirsdag</th>
|
||||
<th>Onsdag</th>
|
||||
@@ -25,7 +24,6 @@
|
||||
</tr>
|
||||
@foreach($menuPlans as $menuplan)
|
||||
<tr>
|
||||
<th>{ID}</th>
|
||||
<th>{Mandag}</th>
|
||||
<th>{Tirsdag}</th>
|
||||
<th>{Onsdag}</th>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
@section("content")
|
||||
<table class="tbl">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Fredag</th>
|
||||
<th>Tirsdag</th>
|
||||
<th>Onsdag</th>
|
||||
@@ -24,7 +23,6 @@
|
||||
<th style="width: 1px;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{ID}</td>
|
||||
<td>{Fredag}</td>
|
||||
<td>{Tirsdag}</td>
|
||||
<td>{Onsdag}</td>
|
||||
|
||||
Reference in New Issue
Block a user