@extends('layouts.organization') @section('breadcrumb')

{{__('Gmeet Settings')}}

@endsection @section('content')
@csrf
{{ __('Gmeet Settings') }}

{{ __('Instructions') }}:

{{ __("Please use your email address as calender id. You have to authorize with that email to active the google meet.") }}

@if ($errors->has('calender_id')) {{ $errors->first('calender_id') }} @endif
@endsection @push('script') @endpush