@foreach ( $siniestro['description'] as $pregunta=>$respuesta)
@php
$cont++;
@endphp
{{ $cont }} - {{$questionsTrad[$pregunta]}}
@php
$respuesta_nice='';
if ($respuesta=='-'){
$respuesta_nice='-';
}
if ($respuesta=='true'){
$respuesta_nice='SI';
}
if ($respuesta==false){
$respuesta_nice='NO';
}
@endphp