15 lines
311 B
PHP
15 lines
311 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Rolle - Rediger
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('roles.edit', ['role' => $role]) }}" class="text-white">Rediger Rolle</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
Din rolle blev (ikke) redigeret.
|
|
@endsection
|