@extends('admin.layout') @section('content')
{{ $errors->first('is_smtp') }}
{{ $errors->first('header_email') }}
{{ $errors->first('smtp_host') }}
{{ $errors->first('smtp_port') }}
{{ $errors->first('email_encryption') }}
{{ $errors->first('smtp_user') }}
{{ $errors->first('smtp_pass') }}
{{ $errors->first('from_email') }}
{{ $errors->first('from_name') }}