@section("title", "DNS") @section('style') @endsection @section('scripts') @endsection {{ __('DNS') }} Add DNS Type Hostname Address Actions @if(!empty($dn[0])) @foreach($dn as $dns) {{ $dns->dns_type}} {{ $dns->hostname}} {{ $dns->address}} @csrf @method('DELETE') @endforeach @else No DNSes found. @endif @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1) Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }} ) @endif dns
Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }} )