@if(!empty($googleAuth['authorize_url']))
Sync Your Calendar
Connect your Google Calendar to manage appointments automatically.
@elseif($googleAuth['response'] == 'logged_in')Your calendar is synced!
Connected: {{ $googleCalendarApi['calendar_email_id'] }}
@endif
{{-- LOCATION DROPDOWN --}}
@if(!empty($allContacts))
@endif
@if($show_multi_nylas == 1)
@php
$location_path = $selected_location_id
? '?location='.$selected_location_id
: '';
@endphp
{{-- TOP BUTTONS (ALL CLASSES PRESERVED) --}}
{{-- EVENTS TABLE --}}
@endif