Fixed contacts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user