@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content())


{{trans('pmta.config.hvaving_trouble')}}{{trans('pmta.config.view_this_topic')}}

{{trans('pmta.config.table_column.server_name')}} {{trans('pmta.config.table_column.smtp_host')}} {{trans('pmta.config.table_column.smtp_port')}} {{trans('pmta.config.table_column.server_ip')}} {{trans('pmta.config.table_column.pmta_port')}}
{{ $pmta->server_name }} {{ $pmta->smtp_host }} {{ $pmta->smtp_port }} {{ $pmta->server_ip }} {{ $pmta_port }}
@if (!$pmta_data_server['error'])

@lang('pmta.page.title')

@lang('pmta.page.title')


@else
@if(!empty($pmta_data_server['error_msg'])) {!! $pmta_data_server['error_msg'] !!} @endif
@endif
@endsection