@extends('layouts.business.master') @section('title') {{ ('Email Settings') }} @endsection @section('main_content')

{{ __('Email Settings') }}

@csrf
{{ __('Supported: "smtp" and "sendmail" only') }}
@endsection