@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang($pageTitle)
@include('sections.notification_settings_menu')

@lang('modules.slackSettings.notificationTitle')

@lang('modules.slackSettings.notificationSubtitle')

@csrf @method('PUT') @forelse($emailSettings as $emailSetting)
send_slack == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting->id }}" />
@empty @endforelse
@csrf @method('PUT')
@lang('app.selectImage') @lang('app.change') @lang('app.remove')
@if (!is_null($slackSettings->slack_logo))
@endif @if(hasAccessOf('slack_settings')['is_write'])
@endif
@endsection @push('footer-script') @endpush