15 lines
301 B
PHP
15 lines
301 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Menuplan - Opret
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('menu-plans.create') }}" class="text-white">Opret Menuplan</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
Menuplanen blev (ikke) oprettet.
|
|
@endsection
|