@extends('layouts.app')
@section('content')
@include('sections.setting-sidebar')
{{ route('googleAuth') }}
@lang('app.copy')
(@lang('messages.googleCalendar.addGoogleCalendarUrl'))
@lang("messages.googleCalendar.notificationTitle")
@lang('app.save')
@if (($globalSetting->google_calendar_status == 'active' && !empty($globalSetting->google_client_id) && !empty($globalSetting->google_client_secret)) && $setting && $setting->google_calendar_verification_status == 'non_verified' && empty($setting->token) && empty($setting->name) && empty($setting->google_id))
@lang('app.verify')
@endif
@if (($globalSetting->google_calendar_status == 'active' && !empty($globalSetting->google_client_id) && !empty($globalSetting->google_client_secret)) && $setting && $setting->google_calendar_verification_status == 'verified' && !empty($setting->token) && !empty($setting->name) && !empty($setting->google_id))
@lang('app.disable')
@endif
@endsection
@push('scripts')
@endpush