@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit Zoom Hardware API Credentials', 'parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error')
{{csrf_field()}}
To keep the old Client ID, leave this empty
To keep the old Client Secret, leave this empty
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop