Kinda Tryna fix

This commit is contained in:
2020-06-26 13:11:24 +02:00
parent 400f2e563f
commit 44e70232cd
5 changed files with 43 additions and 28 deletions
@@ -24,13 +24,13 @@
</tr>
@foreach($menuPlans as $menuplan)
<tr>
<th>{Mandag}</th>
<th>{Tirsdag}</th>
<th>{Onsdag}</th>
<th>{Torsdag}</th>
<th>{Fredag}</th>
<th>{Lørdag}</th>
<th>{Søndag}</th>
<th>{{$menuplan->monday}}</th>
<th>{{$menuplan->tuesday}}</th>
<th>{{$menuplan->wednesday}}</th>
<th>{{$menuplan->thursday}}</th>
<th>{{$menuplan->friday}}</th>
<th>{{$menuplan->saturday}}</th>
<th>{{$menuplan->sunday}}</th>
<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>