@include('alerts.errors')
@include('alerts.success')
Fecha |
Título |
Autor |
Estado |
Acciones |
@if ( count($data) <= 0 )
No se han encontrado resultados... |
@endif
@foreach ($data as $item)
{{ date('d/m/Y', strtotime($item->fecha)) }} |
{{ $item->titulo }} |
{{ optional($item->usuario)->name ?? ''}} |
{{ $item->obtenerNombreEstado() }}
|
@if ( $item->estado != \App\Models\Publicacion::ESTADO_ELIMINADO)
@endif
|
@endforeach