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

15 lines
301 B
PHP
Raw Normal View History

2020-06-25 10:22:22 +00:00
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
2020-06-30 06:21:36 +00:00
Menuplan - Opret
2020-06-25 10:22:22 +00:00
@endsection
@section("path")
2020-06-30 06:21:36 +00:00
<a href="{{ route('menu-plans.create') }}" class="text-white">Opret Menuplan</a> /
2020-06-25 10:22:22 +00:00
@endsection
@section("content")
2020-06-30 06:21:36 +00:00
Menuplanen blev (ikke) oprettet.
2020-06-25 10:22:22 +00:00
@endsection