@include('pages.company-profile.header-component', ['head_title' => 'Contact Persons', 'head_sm' => 'Manage Your Contacts'])
@forelse ($contacts as $contact) @php $contact_original = $contact; if ($contact->modifications->count()) { $contact = transformModifiedData($contact->modifications[0]->modifications) + $contact->toArray(); } @endphp
@empty @endforelse @forelse ($pending_creation_contacts as $pending_creation_contact) @php $contact = transformModifiedData($pending_creation_contact->modifications); @endphp
@empty @endforelse @if (!$contacts->count() && !$pending_creation_contacts->count())

No Contact Found!

Looks like you have not added any contact person yet.
No Worries click the add new button to add a new contact person
@endif
@if (auth()->user()->company->isEditable()) @endif