@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Menuplan - Vis @endsection @section("path") Vis Menuplan / @endsection @section("content")
CreateOpret Menuplan
{!! session()->get('WeekExists') !!} @foreach($menuPlans as $menuplan) @endforeach
Uge Update Delete
{{$menuplan->week}} $menuplan ]) }}">Update
$menuplan ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $menuPlans->links() }} @endsection