@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Jamf Credential','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error-message') @include('partials.success') @include('partials.sync-messages') @if($credentials) @else @endif
Name Connect Edit Sync
{{$credentials->api_name}} @if ($status == 0) Connect @else Connect @endif @can('API Credentials Edit') @endcan @if ($status != 0) @else @endif
No Jamf Credentials in the system.
    @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('settings.partials.responsive-fixedheader') @include('assets.partials.scripts.common') @stop