@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Menuplan - Vis @endsection @section("path") Vis Menuplan / @endsection @section("content") @foreach($menuPlans as $menuplan) @endforeach
Mandag Tirsdag Onsdag Torsdag Fredag Lørdag Søndag Update Delete
{{$menuplan->monday}} {{$menuplan->tuesday}} {{$menuplan->wednesday}} {{$menuplan->thursday}} {{$menuplan->friday}} {{$menuplan->saturday}} {{$menuplan->sunday}} $menuplan ]) }}">Update
$menuplan ]) }}" class="w-100"> @csrf @method("delete")
{{ $menuPlans->links() }} @endsection