@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