芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/settings/email.blade.php
@extends('admin.layouts.master') @section('title', __('Email Settings')) @section('page_content')
@include('admin.common.settings_bar')
Email Settings @if(@$result['status']==1)(
Verified
) @endif
{!! csrf_field() !!}
{{ __('Driver') }}
{{ __('SMTP') }}
{{ __('Send Mail') }}
@if($errors->has('email_protocol'))
{{ $errors->first('email_protocol') }}
@endif
"smtp") class="d-none" @endif>
{{ __('Host') }}
@if($errors->has('smtp_host'))
{{ $errors->first('smtp_host') }}
@endif
{{ __('Port') }}
@if($errors->has('smtp_port'))
{{ $errors->first('smtp_port') }}
@endif
{{ __('From Address') }}
@if($errors->has('from_address'))
{{ $errors->first('from_address') }}
@endif
{{ __('From Name') }}
@if($errors->has('from_name'))
{{ $errors->first('from_name') }}
@endif
{{ __('Encryption') }}
@if($errors->has('email_encryption'))
{{ $errors->first('email_encryption') }}
@endif
{{ __('Username') }}
@if($errors->has('smtp_username'))
{{ $errors->first('smtp_username') }}
@endif
{{ __('Password') }}
@if($errors->has('smtp_password'))
{{ $errors->first('smtp_password') }}
@endif
@if(Common::has_permission(auth('admin')->user()->id, 'edit_email_setting')) @endif
@endsection @push('extra_body_scripts') @endpush