@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Menuplan - Vis @endsection @section("path") Vis Menuplan / @endsection @section("content")
CreateOpret Menuplan
@csrf
@foreach($menuPlans as $menuplan) @endforeach
Uge Mandag Tirsdag Onsdag Torsdag Update Delete
{{$menuplan->week}} {{$menuplan->monday}} {{$menuplan->tuesday}} {{$menuplan->wednesday}} {{$menuplan->thursday}} $menuplan ]) }}">Update
$menuplan ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $menuPlans->links() }} @endsection