Kontakt frontend

This commit is contained in:
frederikpyt 2020-06-29 11:38:18 +02:00
parent 78992f6a61
commit ad0f61dd51
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
</tr>
@foreach($contacts as $contact)
<tr>
<td>{{ $contact->name }}</td>
<td>{{ $contact->title }}</td>
<td>{{ $contact->name_first }}</td>
<td>{{ $contact->name_last }}</td>
<td>{{ $contact->email }}</td>
<td>{{ $contact->phone }}</td>
<td><a href=""><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>