@if( isset($data->{'Insumo-Dados-Telefone-Consultado'}) && isset($data->{'Insumo-Dados-Telefone-Consultado'}->resumo) )
| Confirmação dados Telefonicos |
@if( isset($data->{'Insumo-Dados-Telefone-Consultado'}->resumo->{'quantidade-total'}) && $data->{'Insumo-Dados-Telefone-Consultado'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'Insumo-Dados-Telefone-Consultado'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'Insumo-Dados-Telefone-Consultado'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'Insumo-Dados-Telefone-Consultado'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->protesto) && isset($data->protesto->resumo) )
| Protesto |
@if( isset($data->protesto->resumo->{'quantidade-total'}) && $data->protesto->resumo->{'quantidade-total'} > 0 )
{{ $data->protesto->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->protesto->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->protesto->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'cheque-consulta-online-srs'}) && isset($data->{'cheque-consulta-online-srs'}->resumo) )
| Consulta Online ao Banco |
@if( isset($data->{'cheque-consulta-online-srs'}->resumo->{'quantidade-total'}) && $data->{'cheque-consulta-online-srs'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'cheque-consulta-online-srs'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'cheque-consulta-online-srs'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'cheque-consulta-online-srs'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'telefone-vinculado-assinante-consultado'}) && isset($data->{'telefone-vinculado-assinante-consultado'}->resumo)
)
| Telefones Vinculados |
@if( isset($data->{'telefone-vinculado-assinante-consultado'}->resumo->{'quantidade-total'}) && $data->{'telefone-vinculado-assinante-consultado'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'telefone-vinculado-assinante-consultado'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'telefone-vinculado-assinante-consultado'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'telefone-vinculado-assinante-consultado'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'informacao-poder-judiciario'}) && isset($data->{'informacao-poder-judiciario'}->resumo) )
| Informações do Poder Judiciario |
@if( isset($data->{'informacao-poder-judiciario'}->resumo->{'quantidade-total'}) && $data->{'informacao-poder-judiciario'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'informacao-poder-judiciario'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'informacao-poder-judiciario'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'informacao-poder-judiciario'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->spc) && isset($data->spc->resumo) )
| Registro SPC |
@if( isset($data->spc->resumo->{'quantidade-total'}) && $data->spc->resumo->{'quantidade-total'} > 0 )
{{ $data->spc->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->spc->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->spc->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->ccf) && isset($data->ccf->resumo) )
| Cheques Sem Fundo - ccf |
@if( isset($data->ccf->resumo->{'quantidade-total'}) && $data->ccf->resumo->{'quantidade-total'} > 0 )
{{ $data->ccf->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->ccf->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->ccf->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'cheque-lojista'}) && isset($data->{'cheque-lojista'}->resumo) )
| Registro de Cheque Lojista |
@if( isset($data->{'cheque-lojista'}->resumo->{'quantidade-total'}) && $data->{'cheque-lojista'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'cheque-lojista'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'cheque-lojista'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'cheque-lojista'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'cheque-outras-ocorrencias-srs'}) && isset($data->{'cheque-outras-ocorrencias-srs'}->resumo) )
| Cheque - Contra Ordem - Outras Ocorrências |
@if( isset($data->{'cheque-outras-ocorrencias-srs'}->resumo->{'quantidade-total'}) && $data->{'cheque-outras-ocorrencias-srs'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'cheque-outras-ocorrencias-srs'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'cheque-outras-ocorrencias-srs'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'cheque-outras-ocorrencias-srs'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'consulta-realizada'}) && isset($data->{'consulta-realizada'}->resumo) )
| Consulta Realizada |
@if( isset($data->{'consulta-realizada'}->resumo->{'quantidade-total'}) && $data->{'consulta-realizada'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'consulta-realizada'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'consulta-realizada'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'consulta-realizada'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'alerta-documento'}) && isset($data->{'alerta-documento'}->resumo) )
| Alerta de Documetntos |
@if( isset($data->{'alerta-documento'}->resumo->{'quantidade-total'}) && $data->{'alerta-documento'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'alerta-documento'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'alerta-documento'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'alerta-documento'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'credito-concedido'}) && isset($data->{'credito-concedido'}->resumo) )
| Crédito Concedido |
@if( isset($data->{'credito-concedido'}->resumo->{'quantidade-total'}) && $data->{'alerta-documento'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'credito-concedido'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'credito-concedido'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'credito-concedido'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'credito-concedido'}) && isset($data->{'credito-concedido'}->resumo) )
| Crédito Concedido |
@if( isset($data->{'credito-concedido'}->resumo->{'quantidade-total'}) && $data->{'alerta-documento'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'credito-concedido'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'credito-concedido'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'credito-concedido'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'contra-ordem'}) && isset($data->{'contra-ordem'}->resumo) )
| Contra Ordem |
@if( isset($data->{'contra-ordem'}->resumo->{'quantidade-total'}) && $data->{'contra-ordem'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'contra-ordem'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'contra-ordem'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'contra-ordem'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif
@if( isset($data->{'contra-ordem-documento-diferente'}) && isset($data->{'contra-ordem-documento-diferente'}->resumo) )
| Contra-ordem dcto.diferente do Consultado |
@if( isset($data->{'contra-ordem-documento-diferente'}->resumo->{'quantidade-total'}) && $data->{'contra-ordem-documento-diferente'}->resumo->{'quantidade-total'} > 0 )
{{ $data->{'contra-ordem-documento-diferente'}->resumo->{'quantidade-total'} }}
@else
-
@endif
|
@if( isset($data->{'contra-ordem-documento-diferente'}->resumo->{'data-ultima-ocorrencia'}) )
{{ date_create($data->{'contra-ordem-documento-diferente'}->resumo->{'data-ultima-ocorrencia'})->format("d/m/Y H:i:s") }}
@else
-
@endif
|
|
@endif