@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
{{ __($pageTitle) }}
@include('sections.super_admin_setting_menu')
We recommend using SMTP. Mail settings might not work on every server which also results in emails landing to SPAM
{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form']) !!} {!! Form::hidden('_token', csrf_token()) !!} @method('PUT')
@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