@extends('layouts.settings') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Documentation','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error')
{{csrf_field()}}
@if($data['help_guide_authentication_token'])

To keep the old help guide authentication token, leave this empty

@endif
@if($data['api_guide_authentication_token'])

To keep the old api guide authentication token, leave this empty

@endif
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.documentation'),'helpTitle'=>config('help-links.help_titles.documentation')]) @endsection @section('after_scripts') @endsection