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