@extends('admin.layout') @section('content')
{{$errors->first('is_smtp')}}
{{$errors->first('smtp_host')}}
{{$errors->first('smtp_port')}}
{{$errors->first('encryption')}}
{{$errors->first('smtp_username')}}
{{$errors->first('smtp_password')}}
{{$errors->first('from_mail')}}
{{$errors->first('from_name')}}