Fixed Vector 0x01
This commit is contained in:
parent
22c578bc4b
commit
a84f1729f0
|
@ -24,15 +24,15 @@
|
|||
</tr>
|
||||
@foreach($menuPlans as $menuplan)
|
||||
<tr>
|
||||
<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>
|
||||
<td>{{$menuplan->monday}}</td>
|
||||
<td>{{$menuplan->tuesday}}</td>
|
||||
<td>{{$menuplan->wednesday}}</td>
|
||||
<td>{{$menuplan->thursday}}</td>
|
||||
<td>{{$menuplan->friday}}</td>
|
||||
<td>{{$menuplan->saturday}}</td>
|
||||
<td>{{$menuplan->sunday}}</td>
|
||||
<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>
|
||||
@endforeach
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue