@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Menuplan - Rediger
@endsection

@section("path")
    <a href="{{ route('menu-plans.edit', [ "menu_plan" => $menuplan ]) }}" class="text-white">Rediger Menuplan</a> /
@endsection

@section("content")
    Din menuplan blev redigeret.
@endsection