{{ $item->title ?? 'Sin título' }} {{ $item->description }} {{ $item->is_public ? 'Pública' : 'Privada' }} @csrf @method('DELETE') Eliminar