Ekapp/skolehjem/resources/views/admin/menuplan/delete.blade.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