15 lines
244 B
PHP
15 lines
244 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Menuplan - Delete
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="" class="text-white">Fjern Menuplan</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
Delete
|
|
@endsection
|