@if($webhook_selected != 'general')
{!! trans('admin/settings/general.webhook_integration_help',array('webhook_link' => $webhook_link, 'app' => $webhook_name)) !!}
@endif
@if (session()->has('save'))
{{session('save')}}
@endif
@if(session()->has('success'))
{{session('success')}}
@endif
@if(session()->has('error'))
{{session('error')}}
@endif
@if(session()->has('message'))
{{session('message')}}
@endif
@if($webhook_selected == 'slack')
@if($webhook_endpoint != null && $webhook_channel != null)
@endif
@endif