Files
Ekapp/skolehjem/resources/views/admin/menuplan/delete.blade.php
T
Frederikmillingpytlick 390969cf96 Added Menuplan sites
2020-06-15 12:29:03 +02:00

15 lines
238 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
User - Delete
@endsection
@section("path")
<a href="" class="text-white">Fjern Bruger</a> /
@endsection
@section("content")
Delete
@endsection