@extends('layouts.UserLayout') @section('content') @php @endphp
Modify ERNET India Zone Records
@csrf
Use'@' to refer to the fully qualified domain name.
Leave empty, to use default's TTL value (see Settings).
@if($records != null) @foreach($records as $record) @endforeach
Type Name Content TTL (seconds) Action
{{$record->type}} {{$record->name}} {{$record->data}} {{$record->ttl}}
@endif
@if($records != null)
{{-- --}}
@endif
@endsection @section("js") @endsection