@php
$imagen->loadMissing('cita');
$pubShow = trim((string) ($imagen->cita?->publicacion_descripcion ?? ''));
$altImg = $pubShow !== '' ? \Illuminate\Support\Str::limit($pubShow, 120) : 'Imagen de la cita';
@endphp
@if($pubShow !== '')
{{ $pubShow }}
@else
Imagen de la cita
@endif
@if($imagen->descripcion)
{{ $imagen->descripcion }}
@endif
Pública
@if($imagen->es_destacada)
Destacada
@endif
Editar
Volver