@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit Kandji Credential','parentTitle'=>'Settings','parentUrl'=>'/settings','parentSubTitle' => 'Kandji Credential','parentSubUrl'=>'/kandji'])
@include('partials.error')
{{csrf_field()}} @method('PUT')
To keep the old API key, leave this empty You can get the API Token from here
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.integrations'),'helpTitle'=>config('help-links.help_titles.integrations')]) @endsection @section('after_scripts') @include('assets.partials.scripts.common') @stop