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

{{ $pageTitle }}

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

@lang("modules.emailSettings.notificationTitle")

@lang("modules.emailSettings.notificationSubtitle")

{!! Form::open(['id'=>'editSettings','class'=>'ajax-form form-horizontal','method'=>'PUT']) !!}
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[4]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[5]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[6]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[7]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[0]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[1]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[2]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[3]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[8]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[9]->id }}"/>
send_email == 'yes') checked @endif class="js-switch change-email-setting" data-color="#99d683" data-setting-id="{{ $emailSetting[10]->id }}"/>
{!! Form::close() !!}

SMTP @lang("modules.emailSettings.configTitle")

 

{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form','method'=>'POST']) !!} {!! Form::hidden('_token', csrf_token()) !!}
@if($smtpSetting->mail_driver =='smtp') @if($smtpSetting->verified)
{{__('messages.smtpSuccess')}}
@else
{{__('messages.smtpError')}}
@endif @endif
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}}
{{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush