@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Add Freshservice Credential', 'parentSubUrl' => '/freshservice', 'parentSubTitle' => 'Freshservice','parentTitle' => 'Settings','parentUrl'=>'/settings'])
{{csrf_field()}}
@include('partials.error') @include('partials.success')
@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