@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