@extends('backend.layout.main') @section('content') {{__('db.Mail Setting')}} {{__('db.The field labels marked with * are required input fields')}}. {!! Form::open(['route' => 'setting.mailStore', 'files' => true, 'method' => 'post']) !!} {{__('db.Mail Driver')}} * {{__('db.Mail Host')}} * {{__('db.Mail Port')}} * {{__('db.Mail Address')}} * {{__('db.Mail From Name')}} * {{__('db.UserName')}} * {{__('db.Password')}} * {{__('db.Encryption')}} * {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.