@extends('admin.layouts.master')
@section('title', 'Setting - Admin')
@section('maincontent')
@component('components.breadcumb',['fourthactive' => 'active'])
@slot('heading')
{{ __('Google Calendar Notification Settings') }}
@endslot
@slot('menu1')
{{ __('Google Calendar') }}
@endslot
@slot('menu2')
{{ __('Google Calendar Notification Settings') }}
@endslot
@endcomponent
{{ __('How to obtain the Google Calendar Id :') }}
- {{ __("Sign in to the") }} {{ __("Google account")}} {{ __("that is associated with the calendar. From the G-mail interface, click the Apps icon.")}}
- {{ __("Click on the") }} {{ __("Calendar")}} {{ __("option.")}}
- {{ __("Click on") }} {{ __("Settings.")}}
- {{ __("Click on") }} {{ __("Add Calendar")}} {{ __("dropdown form the left menu.")}}
- {{ __("Click on") }} {{ __("Create New Calendar.") }} {{ __("Once you get one form after clicking on it just enter your calendar name and click on") }} {{ __("Create Calendar.") }}
- {{ __("Once you have created your calendar successfully. You calendar will be visible in the left menu.") }}
- {{ __("Click on your") }} {{ __("calendar") }} {{ __("which you have create and which is visible on the left menu and scroll down will get your") }} {{ __("google calendar id.") }}
- {{ __("Enter your") }} {{ __("google calendar id.") }}
@endsection
@section('script')
@endsection