{{-- resources/views/livewire/domains/dns-assistant-modal.blade.php --}} @push('modal.header')
TTL: {{ $ttl }}

DNS-Einträge

Setze die folgenden Records für {{ $zone }}.

@endpush
{{-- Step 1: Mail-Records (domain-spezifisch) --}}
Step 1 Mail-Records Absenderdomain
@foreach ($dynamic as $r)
{{ $r['type'] }} {{ $r['name'] }}
{{ $r['value'] }}
@if($checked && filled(trim($r['actual'] ?? '')) && ($r['state'] ?? '') !== 'ok')
Ist: {{ str_replace('"', '', preg_replace('/\s+/', ' ', trim($r['actual']))) }}
@endif {{-- @if($checked && !empty($r['actual']))--}} {{--
--}} {{-- Ist:--}} {{-- {{ $r['actual'] }}--}} {{--
--}} {{-- @endif--}}
@endforeach
{{-- Step 2: Globale Infrastruktur (MTA-Host) --}}
Step 2 Globale Infrastruktur (MTA-Host) gilt für alle Domains
@foreach ($static as $r)
{{ $r['type'] }} {{ $r['name'] }}
{{ $r['value'] }}
@if($checked && filled(trim($r['actual'] ?? '')) && ($r['state'] ?? '') !== 'ok')
Ist: {{ $r['actual'] }}
@endif
@endforeach
{{-- Optional-Block unterhalb (einspaltig) --}} @if(!empty($optional))
Optional empfohlene Zusatz-Records
@foreach ($optional as $r)
{{ $r['type'] }} {{ $r['name'] }} Optional
{{ $r['value'] }}
@if($checked && filled(trim($r['actual'] ?? '')) && ($r['state'] ?? '') !== 'ok')
Ist: {{ str_replace('"', '', preg_replace('/\s+/', ' ', trim($r['actual']))) }}
@endif @if(!empty($r['helpUrl']))
{{ $r['info'] }}
{{ $r['helpLabel'] }} @endif
@endforeach
@endif
@push('modal.footer')
vorhanden Syntaxfehler fehlt (nur Pflicht)
@endpush {{--@push('modal.header')--}} {{--
--}} {{-- --}} {{-- TTL: {{ $ttl }}--}} {{-- --}} {{--

DNS-Einträge

--}} {{--

--}} {{-- Setze die folgenden Records für--}} {{-- {{ $zone }}.--}} {{--

--}} {{--
--}} {{--@endpush--}} {{--
--}} {{--
--}} {{-- --}}{{-- GRID: links (Mail-Records), rechts (Infrastruktur) --}} {{--
--}} {{-- --}}{{-- Mail-Records --}} {{--
--}} {{--
--}} {{-- Step 1--}} {{-- Mail-Records--}} {{-- --}} {{-- Absenderdomain--}} {{-- --}} {{--
--}} {{--
--}} {{-- @foreach ($dynamic as $r)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{ $r['type'] }}--}} {{-- --}} {{-- {{ $r['name'] }}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ $r['value'] }}
--}} {{-- @if(!empty($r['helpUrl']))--}} {{-- --}} {{-- {{ $r['helpLabel'] }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $r['type'] }}--}} {{-- {{ $r['name'] }}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ $r['value'] }}
--}} {{-- @if(!empty($r['helpUrl']))--}} {{-- --}} {{-- {{ $r['helpLabel'] }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @foreach ($optional as $r)--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $r['type'] }}--}} {{-- {{ $r['name'] }}--}} {{--
--}} {{--
--}} {{-- Optional--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ $r['value'] }}
--}} {{-- @if(!empty($r['helpUrl']))--}} {{-- --}} {{-- {{ $r['helpLabel'] }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}}{{-- Globale Infrastruktur --}} {{--
--}} {{--
--}} {{-- Step 2--}} {{-- Globale Infrastruktur (MTA-Host)--}} {{-- gilt für alle Domains--}} {{--
--}} {{--
--}} {{-- @foreach ($static as $r)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{ $r['type'] }}--}} {{-- --}} {{-- {{ $r['name'] }}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ $r['value'] }}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $r['type'] }}--}} {{-- {{ $r['name'] }}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ $r['value'] }}
--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@push('modal.footer')--}} {{--
--}} {{--
--}} {{-- --}} {{-- vorhanden--}} {{-- --}} {{-- --}} {{-- abweichend--}} {{-- --}} {{-- --}} {{-- fehlt--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endpush--}} {{--@push('modal.footer')--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--@endpush--}}