Ekapp/skolehjem/resources/views/admin/menuplans/update.blade.php

15 lines
329 B
PHP
Raw Normal View History

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-29 06:31:36 +00:00
<a href="{{ route('menu-plans.edit', [ "menu_plan" => $menuplan ]) }}" class="text-white">Rediger Menuplan</a> /
2020-06-15 10:29:03 +00:00
@endsection
@section("content")
2020-06-29 06:31:36 +00:00
Din menuplan blev redigeret.
2020-06-15 10:29:03 +00:00
@endsection