14 lines
255 B
PHP
14 lines
255 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Bruger - Fjern
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('users.delete') }}" class="text-white">Fjern Bruger</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
@endsection
|