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

15 lines
305 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Menuplan - Rediger
@endsection
@section("path")
<a href="{{ route('menuplans.edit') }}" class="text-white">Rediger Menuplan</a> /
@endsection
@section("content")
Din menuplan blev (ikke) redigeret.
@endsection