@extends('admin.layouts.master') @section('title', 'Create new Zoom meeting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Create new Zoom meeting') }}
@csrf
Upload
{{-- --}}
Set to None if you want to use your account timezone.
{{ __('Meeting') }} {{ __('Setting') }} :

@endsection @section('script') @endsection