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

@section("title")
    Kontakter - Opret
@endsection

@section("path")
    <a href="{{ route('contacts.destroy') }}" class="text-white">Slet Kontakt</a> /
@endsection

@section("content")
@endsection