@extends('layouts.organization') @section('breadcrumb')

{{__('Zoom Settings')}}

@endsection @section('content')
@csrf
{{ __('Zoom Settings') }}
@if ($errors->has('account_id')) {{ $errors->first('account_id') }} @endif
@if ($errors->has('api_key')) {{ $errors->first('api_key') }} @endif
@if ($errors->has('api_secret')) {{ $errors->first('api_secret') }} @endif
@if ($errors->has('timezone')) {{ $errors->first('timezone') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@endsection @push('script') @endpush