@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Crowdstrike Connection','parentSubTitle' => 'Crowdstrike API Credential','parentSubUrl'=>'/crowdstrike' ,'parentTitle' => 'Settings','parentUrl'=>'/settings'])
@include('partials.error')
{{csrf_field()}} @method('PUT')
To keep the old app key, leave this empty
To keep the old app secret , leave this empty
@stop @section('after_scripts') @include('assets.partials.scripts.common') @stop