@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Slack Notifications','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error-message') @if(!empty($credential)) @else @endif
# Identifier Connect Status Action
1 {{ $credential->api_name }} @can('API Credentials Edit') @if(!$credential->key) Connect @else Connect @endif @endcan {{ $credential->key ? 'Connected' : 'Not Connected' }} @can('API Credentials Edit') @if($credential->key) Reset @else Reset @endif @endcan No Record Found

    Slack Notifications Configuration

    @include('partials.sync-messages') @if($configurationData===true)
    # Notification Channel Name Connection Status Edit Test
      @else

      No Record Found

      @endif
      @stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @stop