15 lines
287 B
PHP
15 lines
287 B
PHP
|
@extends("admin.layout.base")
|
||
|
@extends("admin.layout.header")
|
||
|
|
||
|
@section("title")
|
||
|
Rolle - Opret
|
||
|
@endsection
|
||
|
|
||
|
@section("path")
|
||
|
<a href="{{ route('roles.create') }}" class="text-white">Opret Roller</a> /
|
||
|
@endsection
|
||
|
|
||
|
@section("content")
|
||
|
Rollen blev (ikke) oprettet.
|
||
|
@endsection
|