@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
ID Mandag Tirsdag Onsdag Torsdag Fredag Lørdag Søndag Update Delete
{ID} {Mandag} {Tirsdag} {Onsdag} {Torsdag} {Fredag} {Lørdag} {Søndag} Update Delete
{{ $menuPlans->links() }} @endsection