@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)