Edited menuplan - Can now be seen by users

This commit is contained in:
Anders
2020-06-30 12:38:02 +02:00
parent 1cf39cbbd2
commit 394b8551c8
7 changed files with 44 additions and 23 deletions
@@ -12,6 +12,7 @@
@section("content")
<table class="tbl">
<tr>
<th>Uge</th>
<th>Mandag</th>
<th>Tirsdag</th>
<th>Onsdag</th>
@@ -21,6 +22,7 @@
</tr>
@foreach($menuPlans as $menuplan)
<tr>
<td>{{$menuplan->week}}</td>
<td>{{$menuplan->monday}}</td>
<td>{{$menuplan->tuesday}}</td>
<td>{{$menuplan->wednesday}}</td>