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

{{ $error }}

@endforeach
@endif
{{-- ═══ MC-CARD 1: Node Details ═══ --}}

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

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

{{-- ═══ MC-CARD 2: Gateway ═══ --}}

{{trans('sending_node.form.label.gateway')}} * {!! popover('sending_node.form.label.gateway_relay_email_tooltip','common.description') !!}

@php $iconMap = ['smtp'=>'smtp','amazon'=>'amazon','aol'=>'aol','elasticEmail'=>'elasticEmail','gmail'=>'gmail','Gmail0AuthAPI'=>'gmail','mailgun'=>'mailgun','mailjet'=>'mailjet','MumaraOne'=>'mumaraone','outlook'=>'outlook','postMark'=>'postmark','sendgrid'=>'sendgrid','smtp2go'=>'smtp2go','sparkpost'=>'sparkpost','yahoo'=>'yahoo']; $gwIcon = isset($smtp, $iconMap[$smtp->type]) ? $iconMap[$smtp->type] : ''; @endphp
{{-- Validate Connection --}}
{{trans('sending_node.form.label_message.validate_node')}} {{$authUser->email}}
{{-- ═══ MC-CARD 3: Sender Information ═══ --}}

Sender Information