@extends(decide_template()) @section('title', $pageTitle ) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@if ($page_data['action'] == 'add')
@else @endif
@if($iid != 4)
@if($iid == 2)
{{trans('sending_node.form.label_description.signup',['app'=>"Sendgrid"])}} {{trans('sending_node.signup_here')}}.
@endif @if($iid == 3)
{{trans('sending_node.form.label_description.signup',['app'=>"Mailgun"])}} {{ trans('sending_node.signup_here') }}
@endif
{{trans('sending_node.add_new.account_tab.form.heading')}}

{{trans('sending_node.form.heading_description')}}

@if((isset($smtp->status) && $smtp->status == 1) || Request::segment(3)=='add') @else
@if(isset($smtp->status) && $smtp->status == 2) {{ trans("sending_node.auto_inactive") }} @endif
@endif
@else
@if($iid == 4)
{{trans('sending_node.form.label_description.signup',['app'=>"Amazon SES"])}} {{trans('sending_node.signup_here')}}
@endif
{{trans('sending_node.add_new.account_tab.form.heading')}}

{{trans('sending_node.form.heading_description')}}

@if((isset($smtp->status) && $smtp->status == 1) || Request::segment(3)=='add') @else
@endif
@if($iid != 4)
@endif
@endif

{{trans('sending_node.form_heading')}}

{{trans('sending_node.form_heading_description')}}

@if($iid == 5 || $iid == 6 || $iid == 7 || $iid == 8) @if(moduleCheck('masking_domains'))