@foreach ($preguntas as $pr)
@php $respuestas = \FCRD::getRespuestasCotizaciones($pr->cotizacion_pregunta_id); @endphp
@if (count($respuestas) > 0) @foreach ($respuestas as $r)

"{{ $r->cotizacion_respuesta }}"

{{ $r->usuario_nombre }}

{{ \FCR::longTimeFilter($r->cotizacion_respuesta_fecha) }}

@endforeach @endif @if (array_intersect($permiso, [1, 2, 4, 5, 6, 7]) && (count($respuestas) == 0 || count($respuestas) > 1))
@if (strstr($pr->cotizacion_pregunta, 'Cotización modificada')) @endif @if (array_intersect($permiso, [1])) @else @endif
@endif
@if (isset($c->cotizacion_id) && $preguntas->total() > 1)
Ver preguntas anteriores
@endif
@endforeach