@forelse ($Notificaciones as $item)
| {{ $item->HISN_FECHA }} |
@if (isset($item->HISN_IMAGEN))
@endif {!! $item->HISN_TITULO !!}
|
{!! $item->HISN_MENSAJE !!} |
@if ($item->HISN_FAVORITO != 1)
@else
@endif
|
@empty
| No se encontraron registros |
@endforelse
@if (!is_array($Notificaciones))
@slot('data', $Notificaciones)
@slot('parametros', ['hisnFecha'=>$hisnFecha??''])
@endif