@section('site_title', formatTitle([__('Email'), __('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Email') }}

{{ __('Email') }}
@include('shared.message')
@csrf
@if ($errors->has('email_driver')) {{ $errors->first('email_driver') }} @endif
@if ($errors->has('email_host')) {{ $errors->first('email_host') }} @endif
@if ($errors->has('email_port')) {{ $errors->first('email_port') }} @endif
@if ($errors->has('email_encryption')) {{ $errors->first('email_encryption') }} @endif
@if ($errors->has('email_address')) {{ $errors->first('email_address') }} @endif
@if ($errors->has('email_username')) {{ $errors->first('email_username') }} @endif
@if ($errors->has('email_password')) {{ $errors->first('email_password') }} @endif