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

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

@section("path")
    <a href="{{ route('contacts.update', ['contact' => $contacts]) }}" class="text-white">Rediger Bruger</a> /
@endsection

@section("content")
    Kontakten blev (ikke) redigeret.
@endsection