@extends('admin.layouts.master') @section('title','Edit Google Meeting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Google Meeting') }}
@csrf

{{ __('Set to None if you want to use your account timezone.') }}

paid_meeting_toggle ? 'checked' : '' }}>
@endsection @section('script') @endsection