@if(count($mensajes)) @foreach($mensajes as $m) {{ $m->venta_ml }}
{{ $m->vendedor_ml_nick }}
{{ $m->comprador_ml_nick }}
{{ \FCR::fecha_completa($m->fecha_hora) }}
@php $ver_foto = \FCRD::getFotoProductoML($m->ml_id); $foto = $ver_foto[0]; $foto_mini = $ver_foto[1]; @endphp @if(!empty($foto)) {{ $m->producto_titulo }} @elseif(!empty($m->imagen)) {{ $m->producto_titulo }} @else Producto sin foto @endif

"{!! $m->contenido !!}"

@endforeach @else No hay mensajes ingresados @endif