@push('head-css') @endpush @if (Session::has('message'))

{{ Session::get('message') }}

@endif

@lang('menu.googleCalendar') @lang('menu.configuration')


@csrf
@lang('app.showGoogleCalendarOption')

@if ($settings->google_calendar == 'active')
@lang('menu.googleCalendar')
@if ($settings->google_id) @endif
@lang('app.status')
{{ $settings->google_id ? __('app.connected') : __('app.notConnected') }}
@if ($settings->google_id)
@csrf
@foreach ($companyBookingNotifaction as $notifaction)
@endforeach
@endif @endif