2020-06-15 10:29:03 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
2020-06-15 10:42:09 +00:00
|
|
|
Menuplan - Rediger
|
2020-06-15 10:29:03 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-25 06:12:53 +00:00
|
|
|
<a href="{{ route('menuplans.edit') }}" class="text-white">Rediger Menuplan</a> /
|
2020-06-15 10:29:03 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
2020-06-25 06:12:53 +00:00
|
|
|
Din menuplan blev (ikke) redigeret.
|
2020-06-15 10:29:03 +00:00
|
|
|
@endsection
|