Updated empty checks on misc and dns index
Updated empty checks on misc and dns index
This commit is contained in:
parent
35eb6baa10
commit
fbcf8d66de
|
@ -26,7 +26,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@if(!empty($dn))
|
||||
@if(!empty($dn[0]))
|
||||
@foreach($dn as $dns)
|
||||
<tr>
|
||||
<td class="text-nowrap">{{ $dns->dns_type}}</td>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@if(!empty($misc))
|
||||
@if(!empty($misc[0]))
|
||||
@foreach($misc as $m)
|
||||
<tr>
|
||||
<td class="text-nowrap">{{$m->name}}</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user