@if( isset($data->{'alerta-documento'}) && isset($data->{'alerta-documento'}->resumo) && isset($data->{'alerta-documento'}->resumo->{'quantidade-total'}) ) @if($data->{'alerta-documento'}->resumo->{'quantidade-total'} > 0)
Alerta de Documentos: @if( $data->{'alerta-documento'}->{'detalhe-alerta-documento'} ) @if(is_array($data->{'alerta-documento'}->{'detalhe-alerta-documento'}) ) @foreach ($data->{'alerta-documento'}->{'detalhe-alerta-documento'} as $key => $value) @endforeach @else @endif
Nome da Ocorrência Data Inclusão Data Ocorrencia Entidade Origem Motivo Observações
@if( is_array($value->{'tipo-documento-alerta'} ) ) @foreach( $value->{'tipo-documento-alerta'} as $tipoAlerta ) @if( isset($tipoAlerta->nome ) ) {{ $tipoAlerta->nome }} @endif @endforeach @else @if( isset($value->{'tipo-documento-alerta'}) && isset($value->{'tipo-documento-alerta'}->nome) ) {{ $value->{'tipo-documento-alerta'}->nome }} @endif @endif @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'data-inclusao'}) ) {{ date_create($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'data-inclusao'})->format("d/m/Y H:i:s") }} @endif @if( isset($value->{'data-ocorrencia'}) ) {{ date_create($value->{'data-ocorrencia'})->format("d/m/Y H:i:s") }} @endif @if( isset($value->{'entidade-origem'}) ) {{ $value->{'entidade-origem'} }} @endif @if( isset($value->motivo) ) {{ $value->motivo }} @endif @if( isset($value->observacao) ) {{ $value->observacao }} @endif
@if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'tipo-documento-alerta'}) ) @if( is_array( $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'tipo-documento-alerta'} ) ) @foreach( $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'tipo-documento-alerta'} as $tipoAlerta ) @if( isset($tipoAlerta->nome ) ) {{ $tipoAlerta->nome }} @endif @endforeach @else @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'tipo-documento-alerta'}->nome ) ) {{ $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'tipo-documento-alerta'}->nome }} @endif @endif @endif @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'data-inclusao'}) ) {{ date_create($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'data-inclusao'})->format("d/m/Y H:i:s") }} @endif @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'data-ocorrencia'}) ) {{date_create( $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'data-ocorrencia'})->format("d/m/Y H:i:s") }} @endif @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'entidade-origem'}) ) {{ $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->{'entidade-origem'} }} @endif @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->motivo) ) {{ $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->motivo }} @endif @if( isset($data->{'alerta-documento'}->{'detalhe-alerta-documento'}->observacao) ) {{ $data->{'alerta-documento'}->{'detalhe-alerta-documento'}->observacao }} @endif
@endif
@endif @endif