@extends('layouts.admin') @section('content') {{__('SMTP Settings')}} {{__('Dashboard')}} {{__('Settings')}} {{__('SMTP Settings')}} {{__('All About SMTP Settings')}} {{__('You can adjust all SMTP settings here')}} @include('layouts.setting') @csrf {{__('SMTP Settings')}} {{__('Mailer')}} @error('MAIL_MAILER') {{ $message }} @enderror {{__('Host')}} @error('MAIL_HOST') {{ $message }} @enderror {{__('Port')}} @error('MAIL_PORT') {{ $message }} @enderror {{__('You Can Use 25 / 2525 / 465 / 587 ')}} {{__('Username')}} @error('MAIL_USERNAME') {{ $message }} @enderror {{__('Password')}} @error('MAIL_PASSWORD') {{ $message }} @enderror {{__('Encryption')}} {{__('None')}} {{__('SSL')}} {{__('TLS')}} @error('MAIL_ENCRYPTION') {{ $message }} @enderror {{__('From Email Address')}} @error('MAIL_FROM_ADDRESS') {{ $message }} @enderror {{__('This email must be for your domain name or hosting !!')}} {{__('To Email Address')}} @error('MAIL_TO_ADDRESS') {{ $message }} @enderror {{__('This is email where you will receive any new message from the contact form')}} @csrf {{__('Test SMTP Server')}} {{__('Send Test To ')}} @error('test_email') {{ $message }} @enderror @endsection @push('styles') @endpush @push('libraies') @endpush
{{__('You can adjust all SMTP settings here')}}