@extends('layouts.master2') @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') {{----}} @endsection @section('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($allow == 1)

{{trans('pmta.add_new.step1.form.heading')}}

{{trans('pmta.add_new.step1.form.description')}}

http://
@lang('pmta.add_new.step1.form.pmta_access_url_note',['ip'=>$_SERVER['SERVER_ADDR']])

@lang('pmta.add_new.step1.form.failed_note')

{{trans('pmta.add_new.step2.form.heading')}}

{{trans('pmta.add_new.step2.form.description')}}

{{trans('pmta.add_new.step3.form.heading')}}

{{trans('pmta.add_new.step3.form.description')}}


( ! ) Warning: Undefined variable $primary_domain in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/integration/pmta-create.blade.php on line 607
Call Stack
#TimeMemoryFunctionLocation
10.0250554576{main}( ).../pmta-create.blade.php:0
{{trans('pmta.add_new.step3.form.host_suggestion')}}

{{trans('pmta.add_new.step4.form.heading')}}

{{trans('pmta.add_new.step4.form.description')}}


{{trans('pmta.add_new.step4.form.authentications')}}

{{trans('pmta.add_new.step5.form.heading')}}

{{trans('pmta.add_new.step5.form.description')}}

{{trans('pmta.add_new.step6.form.heading')}}

{{trans('pmta.add_new.step6.form.description')}}

{{trans('pmta.add_new.step7.form.heading')}}


{{trans('pmta.add_new.step8.form.heading')}}

@php $random_name = rand(1111,999999); $random_name1 = rand(1111,999999); @endphp

{{trans('pmta.add_new.step8.form.description')}}

{{trans('pmta.pmta_create_blade.download_records_action')}}

{{trans('pmta.add_new.step9.form.heading')}}

{{trans('pmta.add_new.step9.form.description')}}

{{trans('pmta.congratulations')}}

{{trans('pmta.congratulations_help')}}

{{trans('common.label.finish')}}
@lang('common.label.previous')
@lang('common.form.button.submit')
@lang('common.label.next_step')
@else

{{trans('pmta.message.propagated')}} {{trans('pmta.set_primary_domain')}}

@endif
@endsection