@extends('layouts.instructor') @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
@endsection @push('script') @endpush