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

{{ __('Upload')}}

{{-- --}}

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