@extends('layouts.app') @section('content')
@csrf @method('PUT')
@if ($smtpSetting->mail_driver == 'smtp') @if ($smtpSetting->verified)
{{ __('messages.smtpSuccess') }}
@else
{{ __('messages.smtpError') }}
@endif @endif
{{-- Ajax Modal --}} {{-- Ajax Modal Ends --}} @endsection @push('footer-script') @endpush