2020-06-29 09:34:21 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
|
|
|
Kontakter - Opret
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-30 09:38:28 +00:00
|
|
|
<a href="{{ route('contacts.store') }}" class="text-white">Opbevar Kontakt</a> /
|
2020-06-29 09:34:21 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
Kontakten blev (ikke) oprettet.
|
|
|
|
@endsection
|