@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('styles') @endsection @section('content')
@csrf @method('PUT')
{{ __('app.basic_information') }}
{{ __('app.select_group_error')}}
{{__('app.status_required')}}
{{__('app.name_required')}}
{{ __('app.delivery_server') }}
{{__('app.server_type_required')}}
{{ __('app.sender_information') }}
{{__('app.from_name_required')}}
@ @php $from_email_domain = explode('@', $sending_server->from_email)[1]; @endphp
{{__('app.from_email_required')}}
{{__('app.reply_email_required')}}
{{ __('app.other_detail') }}
@if(empty($sending_server->bounce_id) && !empty($sending_server->pmta)) @else @endif
{{ __('app.sending_speed') }}
{{__('app.speed_required')}}
{{__('app.cancel')}}
@include('includes.modal') @endsection