@extends('template') @section('content')
Donínios de Whois @if(routeAcess('admin.whois.create')) Novo Dominio Whois @endif
@foreach($domains as $domain) @endforeach
Domínio Data Cadastro
http://www.{{ $domain->domain }} {{ dateToBR($domain->created_at) }} @if(routeAcess('admin.whois.edit')) @endif @if(routeAcess('admin.whois.remove')) @endif
@stop() @section('js-admin-plan') @stop()