@extends('layout.main') @section('content')

Send Test Email

@if (session('message')) @endif
Current Mail Config
Driver: {{ config('mail.driver') ?: '(not set)' }}
Host: {{ config('mail.host') ?: '(not set)' }}
Port: {{ config('mail.port') ?: '(not set)' }}
Username: {{ config('mail.username') ?: '(not set)' }}
Encryption: {{ config('mail.encryption') ?: '(not set)' }}
@if ($errors->has('recipient')) {{ $errors->first('recipient') }} @endif
@endsection