@extends('layouts.app') @section('css') @endsection @section('page-header')
{{ $errors->first('smtp-host') }}
{{ $errors->first('smtp-port') }}
{{ $errors->first('smtp-username') }}
{{ $errors->first('smtp-password') }}
{{ $errors->first('smtp-from') }}
{{ $errors->first('smtp-name') }}