@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Create Jira Credential','parentTitle'=>'Settings','parentUrl'=>'/settings','parentSubTitle'=>'Jira','parentSubUrl'=>'/jira-credentials'])
@include('partials.error') @include('partials.success')
{{csrf_field()}}
@if (file_exists(storage_path('keys/jira_publickey.pem')))

Click on the icon to download the public key.

@endif
@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