Kinda Tryna fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user