Ekapp/skolehjem/resources/views/admin/menuplan/delete.blade.php

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