@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => (isset($credential->id) ? "Edit" : "Add").' Spoke API Credential','parentTitle'=>'Settings','parentUrl'=>'/settings','parentSubTitle' => 'Spoke API Credential','parentSubUrl'=>'/spoke'])
@include('partials.error')
{{csrf_field()}}
To keep the old key, leave this empty
@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