@extends('layouts.master') @section('title') {{__('email_configuration')}} @endsection @section('content')

{{__('add_email_configuration')}}

@csrf

{{__('Email Configuration Verification')}}

{{ __('NOTE : An email will be sent to test if your email settings are correct') }}
{{ __('Steps') }} :
  1. {{ __('Enter the email address in the input box.(Do not enter the same email address which you have used for Email Configuration)') }}.
  2. {{__('Click on Verify')}}
  3. {{ __('Check your inbox if you have received a Testing Email then your Email Configuration are Correct Congratulations Email Setup is done') }}.
@csrf
@endsection @section('script') @endsection