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

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

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

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