Conflicts:
	skolehjem/app/Http/Controllers/ContactController.php
This commit is contained in:
Neerholt 2020-06-29 13:09:29 +02:00
commit b1f2fdd2b7
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Kontakter - Opret
@endsection
@section("path")
<a href="" class="text-white">Slet Kontakt</a> /
@endsection
@section("content")
@endsection

View File

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