@extends('layouts.admin') @section('title', __('Test SMTP/API Connection')) @section('page-title', __('Test SMTP/API Connection')) @section('content')

{{ __('Test your SMTP or API email delivery configuration by sending a test email. You can either use an existing delivery server or enter manual credentials.') }}

@csrf

{{ __('Email Details') }}

{{ __('Cancel') }} {{ __('Send Test Email') }}
@push('scripts') @endpush @endsection