Fixed contacts

This commit is contained in:
frederikpyt
2020-07-27 13:34:45 +02:00
parent 6979d0c0b4
commit 0c8cad9668
6 changed files with 15 additions and 15 deletions
@@ -24,8 +24,8 @@
</tr>
@foreach($contacts as $contact)
<tr>
<td>{{ $contact->name_first }}</td>
<td>{{ $contact->name_last }}</td>
<td>{{ $contact->contactname }}</td>
<td>{{ $contact->title }}</td>
<td>{{ $contact->email }}</td>
<td>{{ $contact->phone }}</td>
<td><a href="{{ route("contacts.edit", [ "contact" => $contact ]) }}"><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>