Template: {{ $template->name }}

Dashboard / Admin / PowerDNS Templates / {{ $template->name }}

Informații Template

{{ $template->name }}

@if($template->is_active) Activ @else Inactiv @endif

{{ $template->description ?? '-' }}

{{ $template->created_at->format('d.m.Y H:i') }}

{{ $template->updated_at->format('d.m.Y H:i') }}

Înregistrări DNS ({{ $template->dnsRecords ? $template->dnsRecords->count() : 0 }})

Adaugă Înregistrare
@if($template->dnsRecords && $template->dnsRecords->count() > 0)
@foreach($template->dnsRecords as $record) @endforeach
Nume Tip Conținut TTL Prioritate Acțiuni
{{ $record->name }} {{ $record->type }} {{ Str::limit($record->content, 50) }} {{ $record->ttl }} {{ $record->priority ?? '-' }}
@csrf @method('DELETE')
@else

Nu există înregistrări în acest template

Adaugă prima înregistrare
@endif
@if(session('success')) @endif