@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Azure Directory Credential','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error-message') @if (Session::has('errorDetail'))
× Error Detail! {!! session('errorDetail') !!}
@endif @include('partials.success') @include('partials.sync-messages') @if($credentials) @else @endif
Name Status Connect Edit Test Connection  
{{$credentials->api_name}} @if($credentials->data) Active @else Inactive @endif @if($credentials->data) Disconnect @else Connect @endif @can('API Credentials Edit') @endcan @if($credentials->data)Test Connection@endif @if($credentials->data) @endif
No AD 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