14 lines
228 B
PHP
14 lines
228 B
PHP
@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
|