@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Bruger - Rediger
@endsection

@section("path")
    <a href="{{ route('users.edit') }}" class="text-white">Rediger Bruger</a> /
@endsection

@section("content")
    Din bruger blev (ikke) redigeret.
@endsection