@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')

{{ __('Add-on') }}

{{ __('Slack Message Settings') }}

@include('common.demo') @include('common.errors')

{{ __('Slack Message Settings') }}

@csrf
@error('channel')
{{ $message }}
@enderror {{ __('Add the channel name with #') }}
@error('token')
{{ $message }}
@enderror
@endsection