@extends('layouts.admin') @section('title') @lang('Email Configuration') @endsection @section('breadcrumb')

@lang('Email Configuration')

@endsection @section('content')
{{ __('Email Configuration Form') }}
@csrf
@lang('If mail type smtp, please make sure username and from email is same.')
@endsection @push('script') @endpush