@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'SHI Credential','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error-message') @include('partials.success') @if($credentials) @else @endif
Name URL Status Edit
{{$credentials->api_name}} {{$credentials->url}} @if($status) Active @else Inactive @endif @can('API Credentials Edit') @endcan
No SHI 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('assets.partials.scripts.common') @stop