2020-06-16 07:04:25 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
|
|
|
Bruger - Fjern
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-25 06:12:53 +00:00
|
|
|
<a href="{{ route('users.delete') }}" class="text-white">Fjern Bruger</a> /
|
2020-06-16 07:04:25 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
@endsection
|