PowerDNS Templates

Dashboard / PowerDNS Templates

@if(session('success')) @endif @if(session('error')) @endif
@if(count($templates) > 0)
@foreach($templates as $template) @endforeach
Nume Descriere Acțiuni
{{ $template->name }}
{{ $template->dns_records_count ?? 0 }} înregistrări
{{ $template->description ?? '-' }}
@csrf
@csrf @method('DELETE')
@else

Nu există template-uri create

Creează primul template
@endif