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

15 lines
305 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")
<a href="{{ route('menuplans.edit') }}" class="text-white">Rediger Menuplan</a> /
2020-06-15 10:29:03 +00:00
@endsection
@section("content")
Din menuplan blev (ikke) redigeret.
2020-06-15 10:29:03 +00:00
@endsection