@if ($selectedContactId)
@endif @if (!empty($query))
@if (count($contacts) > 0) @foreach ($contacts as $contact)
{{ $contact['fname'] . ' ' . $contact['lname'] }}
@endforeach @endif @if ($showAddNewOption)
+ Add New Contact
@endif
@endif
@if ($showAddNewModal)
Add New Contact
×
First Name
Last Name
Email
Mobile Number
Save Contact
@endif