@extends('admin.layouts.master') @section('title', 'Create a new meeting - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Create a new meeting') }} @endslot @slot('menu1') {{ __('Meetings') }} @endslot @slot('menu2') {{ __('Google Mettings ') }} @endslot @slot('menu3') {{ __('Create a new meeting') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Create a new meeting') }}
@csrf

Upload
{{-- --}}
Set to None if you want to use your account timezone.
@endsection @section('script') @endsection