Created, moved and renamed views

This commit is contained in:
Frederikmillingpytlick
2020-06-16 09:04:25 +02:00
parent a2c7d619b1
commit 60bd31e54b
11 changed files with 121 additions and 7 deletions
@@ -0,0 +1,13 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Bruger - Fjern
@endsection
@section("path")
<a href="" class="text-white">Fjern Bruger</a> /
@endsection
@section("content")
@endsection