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

15 lines
238 B
PHP
Raw Normal View History

2020-06-15 06:56:21 +00:00
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
User - Delete
@endsection
2020-06-15 09:28:37 +00:00
@section("path")
<a href="" class="text-white">Fjern Bruger</a> /
@endsection
2020-06-15 06:56:21 +00:00
@section("content")
Delete
@endsection