@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Kandji Credential','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error-message')
@if($credentials) @else @endif
# Status URL API Key
1 @if ($status == 1) @else @endif {{$credentials->url}} ***** @can('API Credentials Edit')@endcan @if ($status == 1)
No Api 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') @endsection