@extends('layouts.app') @section('title', $page_title) @section('content')
{{ __('app.general_settings') }}

{{ __('app.general_settings_description') }}

@csrf @method('PUT')
{{ __('app.configuration') }}
{{__('app.unsubscribed_mark_as_suppressed_help')}}
{{__('app.walkthrough_on_dashboard_help')}}
{{ __('app.smtp_verify_settings_heading') }}

{{ __('app.smtp_verify_settings_intro') }}

{{ __('app.smtp_verify_enabled_help') }}
{{ __('app.smtp_verify_delay_seconds_help') }}
@endsection