@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Email Configuration') }}

{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('SMTP') }}

{{ __('SMTP Host') }} *

{{ __('SMTP Port') }} *

{{ __('Encryption') }} *

{{ __('SMTP Username') }} *

{{ __('SMTP Password') }} *

{{ __('From Email') }} *

{{ __('From Name') }} *

@endsection @section('scripts') @endsection