@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Zoom Meetings'])
{{-- @include('software-license.zoom.partials.member-hosted-meetings-filters') --}}
@include('partials.success') @include('partials.error-message') @include('partials.sync-messages')
# User Month # of Meetings Average Meeting Duration
@section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.software_assets'),'helpTitle'=>config('help-links.help_titles.software_assets')]) @endsection @stop @section('after_scripts') @include('software-license.zoom.scripts.member-hosted-meetings-script') @stop