@php $VerEditor = auth()->user()->can('Mecánico IA - Visor') || auth()->user()->can('Mecánico IA - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'CONSULTAS IA') @section('contenido')
Conversaciones
Nueva Conversación
Consultas
@if($conversacion && $conversacion->preguntas->isNotEmpty()) @foreach($conversacion->preguntas as $pregunta)
Pregunta: {{ $pregunta->pregunta_ia }}
Respuesta: {!! $pregunta->respuesta_ia !!}
@endforeach @else

No hay preguntas en esta conversación.

@endif
@csrf

El Blog del auto

Procesando, por favor espere...

@endsection @endif