@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Spoke API Credential','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.error-message') @include('settings.partials.delete-message') @if($apiCredential) @else @endif
# API Name URL API Key
1 {{$apiCredential->api_name}} {{$apiCredential->url}} ******* @can('API Credentials Edit')@endcan
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') @stop