DOMAIN {{$domain->domain_name}}
STATUS {{$domain->status}}
@php $name_server = json_decode($domain->name_server,true); @endphp
ORIGINAL REG DATE {{$domain->reg_date}}
Update DATE {{$domain->updated_date}}
EXPIRY {{$domain->expire_date}}
REGISTRAR @{{$domain->registrar}}
NAMESERVER @if(!empty($domain->name_server)) @foreach($name_server as $val) {{$val}}
@endforeach @else
@endif