{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('MAIL_FROM_NAME') }} @endif
@if ($errors->has('MAIL_DRIVER')) {{ $errors->first('MAIL_DRIVER') }} @endif
@if ($errors->has('MAIL_HOST')) {{ $errors->first('MAIL_HOST') }} @endif
@if ($errors->has('MAIL_PORT')) {{ $errors->first('MAIL_PORT') }} @endif
@if ($errors->has('MAIL_USERNAME')) {{ $errors->first('MAIL_FROM_ADDRESS') }} @endif
@if ($errors->has('MAIL_USERNAME')) {{ $errors->first('MAIL_USERNAME') }} @endif
@if($errors->has('MAIL_PASSWORD')) {{ $errors->first('MAIL_PASSWORD') }} @endif
@if ($errors->has('MAIL_ENCRYPTION')) {{ $errors->first('MAIL_ENCRYPTION') }} @endif