Fixed contacts
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
<form method="post" action="{{ route("contacts.update", ['contact' => $contact]) }}">
|
||||
@csrf
|
||||
@method("put")
|
||||
<label for="name_first">Fornavn:</label>
|
||||
<input type="text" name="name_first" id="name_first" placeholder="Fornavn" value="{{ $contact->name_first }}" required>
|
||||
<label for="name_last">Efternavn:</label>
|
||||
<input type="text" name="name_last" id="name_last" placeholder="Efternavn" value="{{ $contact->name_last }}" required>
|
||||
<label for="contactname">Kontakt Navn:</label>
|
||||
<input type="text" name="contactname" id="contactname" placeholder="Navn" value="{{ $contact->contactname }}" required>
|
||||
<label for="title">Titel:</label>
|
||||
<input type="text" name="title" id="title" placeholder="Titel" value="{{ $contact->title }}" required>
|
||||
<label for="email">Email:</label>
|
||||
<input type="email" name="email" id="email" placeholder="x@y.z" value="{{ $contact->email }}" required>
|
||||
<label for="tel">Telefon nr:</label>
|
||||
|
||||
Reference in New Issue
Block a user